MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / position

Function position

packages/core/js-libs/easysax/easysax.js:487–490  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

485 return { line: ln, column: pos - lnStart };
486 }
487 function position(p) {
488 pos = p;
489 return findLineAndColumnFromPos;
490 }
491
492 while(j !== -1) {
493 stop = stopIndex > 0;

Callers 1

easysax.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected