Get project root
()
| 77 | readFile(filePath: string): string | null; |
| 78 | /** Get project root */ |
| 79 | getProjectRoot(): string; |
| 80 | /** Get all files */ |
| 81 | getAllFiles(): string[]; |
| 82 | /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */ |
no outgoing calls
no test coverage detected