Files
mailgoserver/graphify-out/cache/ast/v0.9.37/6e25823e7da177379c3f94897a314ac3c92f9a9d6c09d04fb4ca0a8d35ee851d.json
T

1 line
12 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_mailstore_mailstore_go", "label": "mailstore.go", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "label": "LoadOrCreateMasterKey()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L29"}, {"id": "mailstore_store", "label": "Store", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L54"}, {"id": "db", "label": "DB", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/mailstore/mailstore.go"}, {"id": "$graphify-root$_internal_mailstore_mailstore_new", "label": "New()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L60"}, {"id": "$graphify-root$_internal_mailstore_mailstore_generatedek", "label": "GenerateDEK()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L65"}, {"id": "mailstore_store_wrapdek", "label": ".WrapDEK()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L73"}, {"id": "mailstore_store_unwrapdek", "label": ".UnwrapDEK()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L78"}, {"id": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "label": "sealAESGCM()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L82"}, {"id": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "label": "openAESGCM()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L98"}, {"id": "$graphify-root$_internal_mailstore_mailstore_sanitizepathsegment", "label": "sanitizePathSegment()", "file_type": "code", "source_file": "internal/mailstore/mailstore.go", "source_location": "L117"}], "edges": [{"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_crypto_aes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_crypto_cipher", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_path_filepath", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailsto