1 line
9.9 KiB
JSON
1 line
9.9 KiB
JSON
{"nodes": [{"id": "$graphify-root$_email_server_server_web_ui_dashboard_py", "label": "dashboard.py", "file_type": "code", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L1"}, {"id": "route", "label": "route", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/email_server/server_web_ui/dashboard.py"}, {"id": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "label": "dashboard()", "file_type": "code", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L16", "_callable": true}, {"id": "$graphify-root$_email_server_server_web_ui_dashboard_rationale_1", "label": "Dashboard routes for the SMTP server web UI. This module provides the main\u2026", "file_type": "rationale", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L1"}, {"id": "$graphify-root$_email_server_server_web_ui_dashboard_rationale_17", "label": "Main dashboard showing overview of the email server.", "file_type": "rationale", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L17"}], "edges": [{"source": "$graphify-root$_email_server_server_web_ui_dashboard_py", "target": "flask", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_py", "target": "email_server_models", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L8", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_py", "target": "email_server_tool_box", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_py", "target": "$graphify-root$_email_server_server_web_ui_routes_py", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L10", "weight": 1.0, "target_file": "$graphify-root$/email_server/server_web_ui/routes.py"}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "target": "route", "relation": "references", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L15", "weight": 1.0, "context": "decorator"}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_py", "target": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L16", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_rationale_1", "target": "$graphify-root$_email_server_server_web_ui_dashboard_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L1", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_dashboard_rationale_17", "target": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L17", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "Session", "is_member_call": false, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L18", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "count", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L21", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "filter_by", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L21", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "query", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L21", "receiver": "session"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "Domain", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L21"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "count", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L22", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "filter_by", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L22", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "query", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L22", "receiver": "session"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "Sender", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L22"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "count", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L23", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "filter_by", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L23", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "query", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L23", "receiver": "session"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "DKIMKey", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L23"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "limit", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L26", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "order_by", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L26", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "query", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L26", "receiver": "session"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "EmailLog", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L26"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "desc", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L26", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "filter_by", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L28", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "query", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L28", "receiver": "session"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "EmailRecipientLog", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L28"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "limit", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L31", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "order_by", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L31", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "query", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L31", "receiver": "session"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "AuthLog", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L31"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "desc", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L31", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "render_template", "is_member_call": false, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L33", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_dashboard_dashboard", "callee": "close", "is_member_call": true, "source_file": "email_server/server_web_ui/dashboard.py", "source_location": "L41", "receiver": "session"}]} |