Get all files
()
| 79 | getProjectRoot(): string; |
| 80 | /** Get all files */ |
| 81 | getAllFiles(): string[]; |
| 82 | /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */ |
| 83 | getNodesByLowerName(lowerName: string): Node[]; |
| 84 | /** |
no outgoing calls
no test coverage detected