()
| 1481 | } |
| 1482 | |
| 1483 | public get lineCount(): number { |
| 1484 | return this.wrappedLines.length |
| 1485 | } |
| 1486 | |
| 1487 | private withCache<T>(key: string, compute: () => T): T { |
| 1488 | const cached = this.navigationCache.get(key) |
nothing calls this directly
no outgoing calls
no test coverage detected