1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "$graphify-root$_email_server_tool_box_py", "label": "tool_box.py", "file_type": "code", "source_file": "email_server/tool_box.py", "source_location": "L1"}, {"id": "$graphify-root$_email_server_tool_box_ensure_folder_exists", "label": "ensure_folder_exists()", "file_type": "code", "source_file": "email_server/tool_box.py", "source_location": "L16", "_callable": true}, {"id": "$graphify-root$_email_server_tool_box_setup_logging", "label": "setup_logging()", "file_type": "code", "source_file": "email_server/tool_box.py", "source_location": "L26", "_callable": true}, {"id": "$graphify-root$_email_server_tool_box_get_logger", "label": "get_logger()", "file_type": "code", "source_file": "email_server/tool_box.py", "source_location": "L45", "_callable": true}, {"id": "$graphify-root$_email_server_tool_box_get_current_time", "label": "get_current_time()", "file_type": "code", "source_file": "email_server/tool_box.py", "source_location": "L66", "_callable": true}, {"id": "$graphify-root$_email_server_tool_box_generate_message_id", "label": "generate_message_id()", "file_type": "code", "source_file": "email_server/tool_box.py", "source_location": "L71", "_callable": true}, {"id": "$graphify-root$_email_server_tool_box_rationale_1", "label": "Utility functions for the email server.", "file_type": "rationale", "source_file": "email_server/tool_box.py", "source_location": "L1"}, {"id": "$graphify-root$_email_server_tool_box_rationale_17", "label": "Ensure that the folder for the given filepath exists.", "file_type": "rationale", "source_file": "email_server/tool_box.py", "source_location": "L17"}, {"id": "$graphify-root$_email_server_tool_box_rationale_27", "label": "Set up global logging configuration using settings.ini. Should be called once\u2026", "file_type": "rationale", "source_file": "email_server/tool_box.py", "source_location": "L27"}, {"id": "$graphify-root$_email_server_tool_box_rationale_46", "label": "Get a logger with the given name (default: module name). Ensures logging is set\u2026", "file_type": "rationale", "source_file": "email_server/tool_box.py", "source_location": "L46"}, {"id": "$graphify-root$_email_server_tool_box_rationale_67", "label": "Get current time with timezone from settings.", "file_type": "rationale", "source_file": "email_server/tool_box.py", "source_location": "L67"}, {"id": "$graphify-root$_email_server_tool_box_rationale_72", "label": "Generate a consistent Message-ID for both email headers and database storage.\u2026", "file_type": "rationale", "source_file": "email_server/tool_box.py", "source_location": "L72"}], "edges": [{"source": "$graphify-root$_email_server_tool_box_py", "target": "os", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/tool_box.py", "source_location": "L5", "weight": 1.0}, {"source": "$graphify-root$_email_server_tool_box_py", "target": "logging", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/tool_box.py", "source_location": "L6", "weight": 1.0}, {"source": "$graphify-root$_email_server_tool_box_py", "target": "email_server_settings_loader", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/tool_box.py", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_email_server_tool_box_py", "target": "datetime", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/tool_box.py", "source_location": "L8", "weight": 1.0}, {"source": "$graphify-root$_email_server_tool_box_py", "target": "pytz", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/tool_box.py", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_email_server_tool_box_py", "target": "time", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/tool_box.py", "source_location": "L10", "weight": 1.0}, {"source": "$graphify-root$_email_server_tool_box_py", "target": "ra
|