Generated via /graphify over the full tree (177 files, ~320k words). Produces graph.html, graph.json, GRAPH_REPORT.md plus per-file extraction cache so incremental --update runs reuse prior results. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
{"nodes": [{"id": "packages_test_utils_src_db_helpers_ts", "label": "db-helpers.ts", "file_type": "code", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L1"}, {"id": "db_helpers_getpool", "label": "getPool()", "file_type": "code", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L7"}, {"id": "db_helpers_sql", "label": "sql()", "file_type": "code", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L21"}, {"id": "db_helpers_closepool", "label": "closePool()", "file_type": "code", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L26"}], "edges": [{"source": "packages_test_utils_src_db_helpers_ts", "target": "pg", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L1", "weight": 1.0}, {"source": "packages_test_utils_src_db_helpers_ts", "target": "db_helpers_getpool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L7", "weight": 1.0}, {"source": "packages_test_utils_src_db_helpers_ts", "target": "db_helpers_sql", "relation": "contains", "confidence": "EXTRACTED", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L21", "weight": 1.0}, {"source": "packages_test_utils_src_db_helpers_ts", "target": "db_helpers_closepool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L26", "weight": 1.0}, {"source": "db_helpers_sql", "target": "db_helpers_getpool", "relation": "calls", "confidence": "EXTRACTED", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L22", "weight": 1.0}], "raw_calls": [{"caller_nid": "db_helpers_sql", "callee": "query", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L22"}, {"caller_nid": "db_helpers_closepool", "callee": "end", "source_file": "packages/test-utils/src/db-helpers.ts", "source_location": "L28"}]} |