Files
gomail/graphify-out/cache/ast/v0.9.37/8a33cefa876cc28da6dedfbbb05a0fe82822d205b034b6e3835ea829bb4265e5.json
T

1 line
14 KiB
JSON
Raw Normal View History

2026-08-10 21:15:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_crypto_crypto_go", "label": "crypto.go", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L1"}, {"id": "crypto_masterkey", "label": "MasterKey", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L28"}, {"id": "$graphify-root$_internal_crypto_crypto_loadmasterkey", "label": "LoadMasterKey()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L34"}, {"id": "$graphify-root$_internal_crypto_crypto_decodekey", "label": "decodeKey()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L50"}, {"id": "crypto_keycachekey", "label": "keyCacheKey", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L74"}, {"id": "$graphify-root$_internal_crypto_crypto_derivekey", "label": "deriveKey()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L84"}, {"id": "$graphify-root$_internal_crypto_crypto_encrypt", "label": "Encrypt()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L104"}, {"id": "$graphify-root$_internal_crypto_crypto_decrypt", "label": "Decrypt()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L133"}, {"id": "$graphify-root$_internal_crypto_crypto_decryptwith", "label": "decryptWith()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L153"}, {"id": "$graphify-root$_internal_crypto_crypto_needsreencryption", "label": "NeedsReencryption()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L172"}, {"id": "$graphify-root$_internal_crypto_crypto_generatemasterkeyhex", "label": "GenerateMasterKeyHex()", "file_type": "code", "source_file": "internal/crypto/crypto.go", "source_location": "L186"}], "edges": [{"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_crypto_aes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_crypto_cipher", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_encoding_hex", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_sync", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_crypto_crypto_go", "target": "go_pkg_golang_org_x_crypto_hkdf", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/crypto/crypto.go