Get project root
()
| 109 | getMethodMatches?(typeName: string, methodName: string, language: Language): Node[]; |
| 110 | /** Get project root */ |
| 111 | getProjectRoot(): string; |
| 112 | /** Get all files */ |
| 113 | getAllFiles(): string[]; |
| 114 | /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */ |
no outgoing calls
no test coverage detected