* Extract nodes and edges from source code (without storing)
(filePath: string, source: string)
| 764 | * Extract nodes and edges from source code (without storing) |
| 765 | */ |
| 766 | extractFromSource(filePath: string, source: string): ExtractionResult { |
| 767 | return extractFromSource(filePath, source); |
| 768 | } |
| 769 | |
| 770 | // =========================================================================== |
| 771 | // Reference Resolution |
nothing calls this directly
no test coverage detected