| 31 | * the watcher can track it, but we emit no symbols. |
| 32 | */ |
| 33 | export class MyBatisExtractor { |
| 34 | private filePath: string; |
| 35 | private source: string; |
| 36 | private nodes: Node[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected