(x: number)
| 212 | } { |
| 213 | const lc = new LineCache(getLine, lineCount); |
| 214 | const getLineFromCache = (x: number) => lc.getLineFromCache(x); |
| 215 | const getEndsInOperatorFromCache = (x: number) => lc.getEndsInOperatorFromCache(x); |
| 216 | let lookingForward = true; |
| 217 | /* poss[1] is the farthest point reached looking forward from line, |
nothing calls this directly
no test coverage detected