Files
tfm_ainventory/graphify-out/cache/d28f9a68b60c8715ba513983c13743bdfb0171dbe19a6103b57c4332e4120073.json

1 line
1.3 KiB
JSON

{"nodes": [{"id": "backend_database_py", "label": "database.py", "file_type": "code", "source_file": "backend/database.py", "source_location": "L1"}, {"id": "database_get_db", "label": "get_db()", "file_type": "code", "source_file": "backend/database.py", "source_location": "L27"}], "edges": [{"source": "backend_database_py", "target": "sqlalchemy", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/database.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_database_py", "target": "sqlalchemy_orm", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/database.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_database_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/database.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_database_py", "target": "database_get_db", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/database.py", "source_location": "L27", "weight": 1.0}], "raw_calls": [{"caller_nid": "database_get_db", "callee": "SessionLocal", "source_file": "backend/database.py", "source_location": "L28"}, {"caller_nid": "database_get_db", "callee": "close", "source_file": "backend/database.py", "source_location": "L32"}]}