MCPcopy
hub / github.com/tirth8205/code-review-graph / TestEdge

Interface TestEdge

code-review-graph-vscode/test/sqlite.test.ts:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89interface TestEdge {
90 kind: string;
91 source_qualified: string;
92 target_qualified: string;
93 file_path: string;
94 line: number;
95 extra: string;
96 updated_at: number;
97}
98
99const TEST_NODES: TestNode[] = [
100 // auth.py -- File node + 2 functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected