MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$otherExpectation

Function peg$otherExpectation

lib/parser.js:555–557  ·  view source on GitHub ↗
(description)

Source from the content-addressed store, hash-verified

553 }
554
555 function peg$otherExpectation(description) {
556 return { type: "other", description: description };
557 }
558
559 function peg$computePosDetails(pos) {
560 var details = peg$posDetailsCache[pos], p;

Callers 2

peg$parseFunction · 0.85
expectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…