| 87 | } |
| 88 | |
| 89 | interface 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 | |
| 99 | const TEST_NODES: TestNode[] = [ |
| 100 | // auth.py -- File node + 2 functions |
nothing calls this directly
no outgoing calls
no test coverage detected