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

Function peg$endExpectation

lib/parser.js:551–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549 }
550
551 function peg$endExpectation() {
552 return { type: "end" };
553 }
554
555 function peg$otherExpectation(description) {
556 return { type: "other", description: description };

Callers 1

peg$parseFunction · 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…