MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / getEndsInOperatorFromCache

Function getEndsInOperatorFromCache

src/selection.ts:215–215  ·  view source on GitHub ↗
(x: number)

Source from the content-addressed store, hash-verified

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,
218 and poss[0] is the farthest point reached looking backward from line. */

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected