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

1 line
11 KiB
JSON
Raw Normal View History

2026-08-12 21:14:19 +01:00
{"nodes": [{"id": "$graphify-root$_internal_webui_webmail_auth_go", "label": "webmail_auth.go", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L1"}, {"id": "webui_mailboxctxkey", "label": "mailboxCtxKey", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L20"}, {"id": "$graphify-root$_internal_webui_webmail_auth_setmailboxsessioncookie", "label": "setMailboxSessionCookie()", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L24"}, {"id": "responsewriter", "label": "ResponseWriter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_auth.go"}, {"id": "$graphify-root$_internal_webui_webmail_auth_clearmailboxsessioncookie", "label": "clearMailboxSessionCookie()", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L36"}, {"id": "webui_app", "label": "App", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L42"}, {"id": "webui_app_currentmailboxsession", "label": ".currentMailboxSession()", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L42"}, {"id": "request", "label": "Request", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_auth.go"}, {"id": "mailboxsession", "label": "MailboxSession", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_auth.go"}, {"id": "mailbox", "label": "Mailbox", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_auth.go"}, {"id": "$graphify-root$_internal_webui_webmail_auth_mailboxfromcontext", "label": "mailboxFromContext()", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L62"}, {"id": "webui_app_requiremailboxauth", "label": ".requireMailboxAuth()", "file_type": "code", "source_file": "internal/webui/webmail_auth.go", "source_location": "L69"}, {"id": "handler", "label": "Handler", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webui/webmail_auth.go"}], "edges": [{"source": "$graphify-root$_internal_webui_webmail_auth_go", "target": "go_pkg_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go", "source_location": "L4", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_auth_go", "target": "go_pkg_net_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go", "source_location": "L5", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_auth_go", "target": "go_pkg_time", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go", "source_location": "L6", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_auth_go", "target": "go_pkg_mailgoserver_internal_db", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go", "source_location": "L8", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webui_webmail_auth_go", "target": "webui_mailboxctxkey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go", "source_location": "L20", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webmail_auth_go", "target": "$graphify-root$_internal_webui_webmail_auth_setmailboxsessioncookie", "relation": "contains", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go", "source_location": "L24", "weight": 1.0}, {"source": "$graphify-root$_internal_webui_webmail_auth_setmailboxsessioncookie", "target": "responsewriter", "relation": "references", "confidence": "EXTRACTED", "source_file": "internal/webui/webmail_auth.go