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

Function getLineFromCache

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

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

getLineFromCacheMethod · 0.80

Tested by

no test coverage detected