MCPcopy
hub / github.com/pegjs/pegjs / location

Function location

lib/parser.js:519–521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

517 }
518
519 function location() {
520 return peg$computeLocation(peg$savedPos, peg$currPos);
521 }
522
523 function expected(description, location) {
524 location = location !== void 0 ? location : peg$computeLocation(peg$savedPos, peg$currPos)

Callers 14

peg$c0Function · 0.85
peg$c1Function · 0.85
peg$c4Function · 0.85
peg$c7Function · 0.85
peg$c8Function · 0.85
peg$c9Function · 0.85
peg$c12Function · 0.85
peg$c13Function · 0.85
peg$c20Function · 0.85
peg$c32Function · 0.85
peg$c33Function · 0.85
peg$c83Function · 0.85

Calls 1

peg$computeLocationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…