MCPcopy Create free account
hub / github.com/estools/esquery / location

Function location

parser.js:309–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 function location() {
310 return peg$computeLocation(peg$savedPos, peg$currPos);
311 }
312
313 function expected(description, location) {
314 location = location !== void 0 ? location : peg$computeLocation(peg$savedPos, peg$currPos)

Callers

nothing calls this directly

Calls 1

peg$computeLocationFunction · 0.85

Tested by

no test coverage detected