* Extract nodes and edges from source code (without storing)
(filePath: string, source: string)
| 1130 | * Extract nodes and edges from source code (without storing) |
| 1131 | */ |
| 1132 | extractFromSource(filePath: string, source: string): ExtractionResult { |
| 1133 | return extractFromSource(filePath, source); |
| 1134 | } |
| 1135 | |
| 1136 | // =========================================================================== |
| 1137 | // Reference Resolution |
nothing calls this directly
no test coverage detected