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

1 line
8.8 KiB
JSON

{"nodes": [{"id": "$graphify-root$_internal_mailstore_store_go", "label": "store.go", "file_type": "code", "source_file": "internal/mailstore/store.go", "source_location": "L1"}, {"id": "mailstore_store", "label": "Store", "file_type": "code", "source_file": "internal/mailstore/store.go", "source_location": "L21"}, {"id": "mailstore_store_storemessage", "label": ".StoreMessage()", "file_type": "code", "source_file": "internal/mailstore/store.go", "source_location": "L21"}, {"id": "mailstore_store_fetchmessage", "label": ".FetchMessage()", "file_type": "code", "source_file": "internal/mailstore/store.go", "source_location": "L67"}, {"id": "mailstore_store_deletemessage", "label": ".DeleteMessage()", "file_type": "code", "source_file": "internal/mailstore/store.go", "source_location": "L94"}], "edges": [{"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_encoding_hex", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_path_filepath", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_mailstore_store_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "mailstore_store", "target": "mailstore_store_storemessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L21", "weight": 1.0}, {"source": "mailstore_store", "target": "mailstore_store_fetchmessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L67", "weight": 1.0}, {"source": "mailstore_store", "target": "mailstore_store_deletemessage", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/mailstore/store.go", "source_location": "L94", "weight": 1.0}], "raw_calls": [{"caller_nid": "mailstore_store_storemessage", "callee": "GetMailboxByID", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L22"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L27"}, {"caller_nid": "mailstore_store_storemessage", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L29"}, {"caller_nid": "mailstore_store_storemessage", "callee": "UnwrapDEK", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L33"}, {"caller_nid": "mailstore_store_storemessage", "callee": "sealAESGCM", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L37"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L42"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L43"}, {"caller_nid": "mailstore_store_storemessage", "callee": "sanitizePathSegment", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L43"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Format", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L43"}, {"caller_nid": "mailstore_store_storemessage", "callee": "MkdirAll", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L44"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Read", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L48"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Join", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L49"}, {"caller_nid": "mailstore_store_storemessage", "callee": "EncodeToString", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L49"}, {"caller_nid": "mailstore_store_storemessage", "callee": "WriteFile", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L50"}, {"caller_nid": "mailstore_store_storemessage", "callee": "InsertMessage", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L54"}, {"caller_nid": "mailstore_store_storemessage", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L54"}, {"caller_nid": "mailstore_store_storemessage", "callee": "Remove", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L56"}, {"caller_nid": "mailstore_store_storemessage", "callee": "AddMailboxUsedBytes", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L59"}, {"caller_nid": "mailstore_store_storemessage", "callee": "int64", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L59"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "GetMessageByUID", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L68"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L73"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "GetMailboxByID", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L75"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "Errorf", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L80"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "UnwrapDEK", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L82"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "ReadFile", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L86"}, {"caller_nid": "mailstore_store_fetchmessage", "callee": "openAESGCM", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L90"}, {"caller_nid": "mailstore_store_deletemessage", "callee": "GetMessageByUID", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L95"}, {"caller_nid": "mailstore_store_deletemessage", "callee": "Remove", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L102"}, {"caller_nid": "mailstore_store_deletemessage", "callee": "IsNotExist", "is_member_call": false, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L102"}, {"caller_nid": "mailstore_store_deletemessage", "callee": "DeleteMessage", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L105"}, {"caller_nid": "mailstore_store_deletemessage", "callee": "AddMailboxUsedBytes", "is_member_call": true, "language": "go", "source_file": "internal/mailstore/store.go", "source_location": "L108"}]}