{"nodes": [{"id": "backend_app_api_admin_py", "label": "admin.py", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L1"}, {"id": "admin_trigger_scrape", "label": "trigger_scrape()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L14"}, {"id": "admin_get_logs", "label": "get_logs()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L30"}, {"id": "admin_get_log", "label": "get_log()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L60"}, {"id": "admin_get_email_logs", "label": "get_email_logs()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L78"}, {"id": "admin_get_all_meal_plans", "label": "get_all_meal_plans()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L107"}, {"id": "admin_test_email", "label": "test_email()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L134"}, {"id": "admin_get_stats", "label": "get_stats()", "file_type": "code", "source_file": "backend/app/api/admin.py", "source_location": "L171"}], "edges": [{"source": "backend_app_api_admin_py", "target": "fastapi", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "sqlalchemy_orm", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "app_database", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "app_models", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "app_security", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "app_services_scraper_service", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_trigger_scrape", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_get_logs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_get_log", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_get_email_logs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_get_all_meal_plans", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_test_email", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L134", "weight": 1.0}, {"source": "backend_app_api_admin_py", "target": "admin_get_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/app/api/admin.py", "source_location": "L171", "weight": 1.0}], "raw_calls": [{"caller_nid": "admin_trigger_scrape", "callee": "enqueue_scrape", "source_file": "backend/app/api/admin.py", "source_location": "L20"}, {"caller_nid": "admin_trigger_scrape", "callee": "str", "source_file": "backend/app/api/admin.py", "source_location": "L26"}, {"caller_nid": "admin_get_logs", "callee": "order_by", "source_file": "backend/app/api/admin.py", "source_location": "L35"}, {"caller_nid": "admin_get_logs", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L35"}, {"caller_nid": "admin_get_logs", "callee": "desc", "source_file": "backend/app/api/admin.py", "source_location": "L35"}, {"caller_nid": "admin_get_logs", "callee": "filter", "source_file": "backend/app/api/admin.py", "source_location": "L38"}, {"caller_nid": "admin_get_logs", "callee": "all", "source_file": "backend/app/api/admin.py", "source_location": "L40"}, {"caller_nid": "admin_get_logs", "callee": "limit", "source_file": "backend/app/api/admin.py", "source_location": "L40"}, {"caller_nid": "admin_get_logs", "callee": "str", "source_file": "backend/app/api/admin.py", "source_location": "L44"}, {"caller_nid": "admin_get_logs", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L50"}, {"caller_nid": "admin_get_logs", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L51"}, {"caller_nid": "admin_get_log", "callee": "first", "source_file": "backend/app/api/admin.py", "source_location": "L61"}, {"caller_nid": "admin_get_log", "callee": "filter", "source_file": "backend/app/api/admin.py", "source_location": "L61"}, {"caller_nid": "admin_get_log", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L61"}, {"caller_nid": "admin_get_log", "callee": "HTTPException", "source_file": "backend/app/api/admin.py", "source_location": "L63"}, {"caller_nid": "admin_get_log", "callee": "str", "source_file": "backend/app/api/admin.py", "source_location": "L65"}, {"caller_nid": "admin_get_log", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L71"}, {"caller_nid": "admin_get_log", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L72"}, {"caller_nid": "admin_get_email_logs", "callee": "order_by", "source_file": "backend/app/api/admin.py", "source_location": "L83"}, {"caller_nid": "admin_get_email_logs", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L83"}, {"caller_nid": "admin_get_email_logs", "callee": "desc", "source_file": "backend/app/api/admin.py", "source_location": "L83"}, {"caller_nid": "admin_get_email_logs", "callee": "filter", "source_file": "backend/app/api/admin.py", "source_location": "L86"}, {"caller_nid": "admin_get_email_logs", "callee": "all", "source_file": "backend/app/api/admin.py", "source_location": "L88"}, {"caller_nid": "admin_get_email_logs", "callee": "limit", "source_file": "backend/app/api/admin.py", "source_location": "L88"}, {"caller_nid": "admin_get_email_logs", "callee": "str", "source_file": "backend/app/api/admin.py", "source_location": "L92"}, {"caller_nid": "admin_get_email_logs", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L98"}, {"caller_nid": "admin_get_email_logs", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L99"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "order_by", "source_file": "backend/app/api/admin.py", "source_location": "L112"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L112"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "desc", "source_file": "backend/app/api/admin.py", "source_location": "L112"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "filter", "source_file": "backend/app/api/admin.py", "source_location": "L115"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "all", "source_file": "backend/app/api/admin.py", "source_location": "L117"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "limit", "source_file": "backend/app/api/admin.py", "source_location": "L117"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "str", "source_file": "backend/app/api/admin.py", "source_location": "L121"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L122"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "float", "source_file": "backend/app/api/admin.py", "source_location": "L124"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "len", "source_file": "backend/app/api/admin.py", "source_location": "L125"}, {"caller_nid": "admin_get_all_meal_plans", "callee": "isoformat", "source_file": "backend/app/api/admin.py", "source_location": "L126"}, {"caller_nid": "admin_test_email", "callee": "get_email_backend", "source_file": "backend/app/api/admin.py", "source_location": "L141"}, {"caller_nid": "admin_test_email", "callee": "send", "source_file": "backend/app/api/admin.py", "source_location": "L142"}, {"caller_nid": "admin_test_email", "callee": "EmailLog", "source_file": "backend/app/api/admin.py", "source_location": "L152"}, {"caller_nid": "admin_test_email", "callee": "now", "source_file": "backend/app/api/admin.py", "source_location": "L156"}, {"caller_nid": "admin_test_email", "callee": "add", "source_file": "backend/app/api/admin.py", "source_location": "L158"}, {"caller_nid": "admin_test_email", "callee": "commit", "source_file": "backend/app/api/admin.py", "source_location": "L159"}, {"caller_nid": "admin_test_email", "callee": "refresh", "source_file": "backend/app/api/admin.py", "source_location": "L160"}, {"caller_nid": "admin_test_email", "callee": "str", "source_file": "backend/app/api/admin.py", "source_location": "L164"}, {"caller_nid": "admin_get_stats", "callee": "count", "source_file": "backend/app/api/admin.py", "source_location": "L174"}, {"caller_nid": "admin_get_stats", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L174"}, {"caller_nid": "admin_get_stats", "callee": "count", "source_file": "backend/app/api/admin.py", "source_location": "L175"}, {"caller_nid": "admin_get_stats", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L175"}, {"caller_nid": "admin_get_stats", "callee": "count", "source_file": "backend/app/api/admin.py", "source_location": "L176"}, {"caller_nid": "admin_get_stats", "callee": "query", "source_file": "backend/app/api/admin.py", "source_location": "L176"}]}