Read file content
(filePath: string)
| 87 | fileExists(filePath: string): boolean; |
| 88 | /** Read file content */ |
| 89 | readFile(filePath: string): string | null; |
| 90 | /** |
| 91 | * `readFile(filePath)` split into lines, LRU-cached per file. Receiver-type |
| 92 | * inference scans source lines for EVERY `receiver.method()` ref; splitting |
no outgoing calls
no test coverage detected