1 line
11 KiB
JSON
1 line
11 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "label": "crud_mailbox_sessions.go", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L1"}, {"id": "$graphify-root$_internal_db_crud_mailbox_sessions_newmailboxsessiontoken", "label": "newMailboxSessionToken()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L13"}, {"id": "db_db", "label": "DB", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L19"}, {"id": "db_db_createmailboxsession", "label": ".CreateMailboxSession()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L19"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_sessions.go"}, {"id": "db_db_getmailboxsession", "label": ".GetMailboxSession()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L29"}, {"id": "mailboxsession", "label": "MailboxSession", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_sessions.go"}, {"id": "db_db_markmailboxsessionmfaverified", "label": ".MarkMailboxSessionMFAVerified()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L44"}, {"id": "db_db_deletemailboxsession", "label": ".DeleteMailboxSession()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L49"}, {"id": "db_db_listmailboxwebauthncredentials", "label": ".ListMailboxWebAuthnCredentials()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L56"}, {"id": "mailboxwebauthncredential", "label": "MailboxWebAuthnCredential", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/db/crud_mailbox_sessions.go"}, {"id": "db_db_createmailboxwebauthncredential", "label": ".CreateMailboxWebAuthnCredential()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L75"}, {"id": "db_db_deletemailboxwebauthncredential", "label": ".DeleteMailboxWebAuthnCredential()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L81"}, {"id": "db_db_countmailboxwebauthncredentials", "label": ".CountMailboxWebAuthnCredentials()", "file_type": "code", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L86"}], "edges": [{"source": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "target": "go_pkg_crypto_rand", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "target": "go_pkg_database_sql", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "target": "go_pkg_encoding_hex", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "target": "go_pkg_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_db_crud_mailbox_sessions_go", "target": "$graphify-root$_internal_db_crud_mailbox_sessions_newmailboxsessiontoken", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L13", "weight": 1.0}, {"source": "db_db", "target": "db_db_createmailboxsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L19", "weight": 1.0}, {"source": "db_db_createmailboxsession", "target": "duration", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L19", "weight": 1.0, "context": "parameter_type"}, {"source": "db_db", "target": "db_db_getmailboxsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L29", "weight": 1.0}, {"source": "db_db_getmailboxsession", "target": "mailboxsession", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L29", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_markmailboxsessionmfaverified", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L44", "weight": 1.0}, {"source": "db_db", "target": "db_db_deletemailboxsession", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L49", "weight": 1.0}, {"source": "db_db", "target": "db_db_listmailboxwebauthncredentials", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L56", "weight": 1.0}, {"source": "db_db_listmailboxwebauthncredentials", "target": "mailboxwebauthncredential", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L56", "weight": 1.0, "context": "return_type"}, {"source": "db_db", "target": "db_db_createmailboxwebauthncredential", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L75", "weight": 1.0}, {"source": "db_db", "target": "db_db_deletemailboxwebauthncredential", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L81", "weight": 1.0}, {"source": "db_db", "target": "db_db_countmailboxwebauthncredentials", "relation": "method", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L86", "weight": 1.0}, {"source": "db_db_createmailboxsession", "target": "$graphify-root$_internal_db_crud_mailbox_sessions_newmailboxsessiontoken", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L20", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_internal_db_crud_mailbox_sessions_newmailboxsessiontoken", "callee": "Read", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L15"}, {"caller_nid": "$graphify-root$_internal_db_crud_mailbox_sessions_newmailboxsessiontoken", "callee": "EncodeToString", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L16"}, {"caller_nid": "db_db_createmailboxsession", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L21"}, {"caller_nid": "db_db_createmailboxsession", "callee": "Add", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L22"}, {"caller_nid": "db_db_createmailboxsession", "callee": "Now", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L22"}, {"caller_nid": "db_db_getmailboxsession", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L30"}, {"caller_nid": "db_db_getmailboxsession", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L33"}, {"caller_nid": "db_db_getmailboxsession", "callee": "Is", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L34"}, {"caller_nid": "db_db_getmailboxsession", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L39"}, {"caller_nid": "db_db_getmailboxsession", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L40"}, {"caller_nid": "db_db_markmailboxsessionmfaverified", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L45"}, {"caller_nid": "db_db_deletemailboxsession", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L50"}, {"caller_nid": "db_db_listmailboxwebauthncredentials", "callee": "Query", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L57"}, {"caller_nid": "db_db_listmailboxwebauthncredentials", "callee": "Close", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L61"}, {"caller_nid": "db_db_listmailboxwebauthncredentials", "callee": "Next", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L63"}, {"caller_nid": "db_db_listmailboxwebauthncredentials", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L66"}, {"caller_nid": "db_db_listmailboxwebauthncredentials", "callee": "parseTime", "is_member_call": false, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L69"}, {"caller_nid": "db_db_listmailboxwebauthncredentials", "callee": "Err", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L72"}, {"caller_nid": "db_db_createmailboxwebauthncredential", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L76"}, {"caller_nid": "db_db_deletemailboxwebauthncredential", "callee": "Exec", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L82"}, {"caller_nid": "db_db_countmailboxwebauthncredentials", "callee": "Scan", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L88"}, {"caller_nid": "db_db_countmailboxwebauthncredentials", "callee": "QueryRow", "is_member_call": true, "language": "go", "source_file": "internal/db/crud_mailbox_sessions.go", "source_location": "L88"}]} |