1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"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_mailstore_mailstore_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L18", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L29", "weight": 1.0}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "mailstore_store", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L54", "weight": 1.0}, {"source": "mailstore_store", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L55", "weight": 1.0, "context": "field"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "$graphify-root$_internal_mailstore_mailstore_new", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L60", "weight": 1.0}, {"source": "$graphify-root$_internal_mailstore_mailstore_new", "target": "db", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L60", "weight": 1.0, "context": "parameter_type"}, {"source": "$graphify-root$_internal_mailstore_mailstore_new", "target": "mailstore_store", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L60", "weight": 1.0, "context": "return_type"}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "$graphify-root$_internal_mailstore_mailstore_generatedek", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L65", "weight": 1.0}, {"source": "mailstore_store", "target": "mailstore_store_wrapdek", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L73", "weight": 1.0}, {"source": "mailstore_store", "target": "mailstore_store_unwrapdek", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L78", "weight": 1.0}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L82", "weight": 1.0}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L98", "weight": 1.0}, {"source": "$graphify-root$_internal_mailstore_mailstore_go", "target": "$graphify-root$_internal_mailstore_mailstore_sanitizepathsegment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L117", "weight": 1.0}, {"source": "mailstore_store_wrapdek", "target": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L74", "weight": 1.0}, {"source": "mailstore_store_unwrapdek", "target": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L79", "weight": 1.0}, {"source": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "target": "$graphify-root$_internal_mailstore_mailstore_new", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/mailstore/mailstore.go", "source_location": "L108", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "ReadFile", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L30"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L32"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "IsNotExist", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L35"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "MkdirAll", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "Dir", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L39"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "Read", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L43"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_loadorcreatemasterkey", "callee": "WriteFile", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L46"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_generatedek", "callee": "Read", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L67"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "callee": "NewCipher", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L83"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "callee": "NewGCM", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L87"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "callee": "NonceSize", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L91"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "callee": "Read", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L92"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_sealaesgcm", "callee": "Seal", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L95"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "callee": "NewCipher", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L99"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "callee": "NewGCM", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L103"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "callee": "NonceSize", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L107"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_openaesgcm", "callee": "Open", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L110"}, {"caller_nid": "$graphify-root$_internal_mailstore_mailstore_sanitizepathsegment", "callee": "ReplaceAll", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/mailstore.go", "source_location": "L119"}]} |