Files
tfm_ainventory/graphify-out/cache/73177800ed8de30d6e4498569a92328f482c03bb5a9fb1f93e456dad78bd8585.json

1 line
7.7 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "label": "sse.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L1"}, {"id": "sse_eventsourceresponse", "label": "EventSourceResponse", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L20"}, {"id": "streamingresponse", "label": "StreamingResponse", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "sse_check_id_no_null", "label": "_check_id_no_null()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L36"}, {"id": "sse_serversentevent", "label": "ServerSentEvent", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L42"}, {"id": "basemodel", "label": "BaseModel", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "sse_check_data_exclusive", "label": "_check_data_exclusive()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L136"}, {"id": "sse_format_sse_event", "label": "format_sse_event()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L146"}, {"id": "sse_rationale_21", "label": "Streaming response with `text/event-stream` media type. Use as `response_cl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L21"}, {"id": "sse_rationale_43", "label": "Represents a single Server-Sent Event. When `yield`ed from a *path operatio", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L43"}, {"id": "sse_rationale_189", "label": "Build SSE wire-format bytes from **pre-serialized** data. The result always", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L189"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "annotated_doc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "pydantic", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "starlette_responses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "sse_eventsourceresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L20", "weight": 1.0}, {"source": "sse_eventsourceresponse", "target": "streamingresponse", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "sse_check_id_no_null", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "sse_serversentevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L42", "weight": 1.0}, {"source": "sse_serversentevent", "target": "basemodel", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "sse_check_data_exclusive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L136", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_sse_py", "target": "sse_format_sse_event", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L146", "weight": 1.0}, {"source": "sse_rationale_21", "target": "sse_eventsourceresponse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L21", "weight": 1.0}, {"source": "sse_rationale_43", "target": "sse_serversentevent", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L43", "weight": 1.0}, {"source": "sse_rationale_189", "target": "sse_format_sse_event", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L189", "weight": 1.0}], "raw_calls": [{"caller_nid": "sse_check_id_no_null", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L38"}, {"caller_nid": "sse_check_data_exclusive", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L138"}, {"caller_nid": "sse_format_sse_event", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L196"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L197"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L200"}, {"caller_nid": "sse_format_sse_event", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L203"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L204"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L207"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L210"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L212"}, {"caller_nid": "sse_format_sse_event", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L213"}, {"caller_nid": "sse_format_sse_event", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L214"}, {"caller_nid": "sse_format_sse_event", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/sse.py", "source_location": "L214"}]}