Get all files
()
| 111 | getProjectRoot(): string; |
| 112 | /** Get all files */ |
| 113 | getAllFiles(): string[]; |
| 114 | /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */ |
| 115 | getNodesByLowerName(lowerName: string): Node[]; |
| 116 | /** |
no outgoing calls
no test coverage detected