Get nodes by lowercase name (O(1) lookup for fuzzy matching)
(lowerName: string)
| 113 | getAllFiles(): string[]; |
| 114 | /** Get nodes by lowercase name (O(1) lookup for fuzzy matching) */ |
| 115 | getNodesByLowerName(lowerName: string): Node[]; |
| 116 | /** |
| 117 | * Direct supertypes of the type named `typeName` (same language): the classes |
| 118 | * it extends and the interfaces / protocols / traits it implements/conforms to, |
no outgoing calls
no test coverage detected