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

Function peg$classExpectation

lib/parser.js:543–545  ·  view source on GitHub ↗
(parts, inverted, ignoreCase)

Source from the content-addressed store, hash-verified

541 }
542
543 function peg$classExpectation(parts, inverted, ignoreCase) {
544 return { type: "class", parts: parts, inverted: inverted, ignoreCase: ignoreCase };
545 }
546
547 function peg$anyExpectation() {
548 return { type: "any" };

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…