MCPcopy Create free account
hub / github.com/codemix/graph / peg$classExpectation

Function peg$classExpectation

packages/graph/src/grammar.js:2404–2406  ·  view source on GitHub ↗
(parts, inverted, ignoreCase, unicode)

Source from the content-addressed store, hash-verified

2402 }
2403
2404 function peg$classExpectation(parts, inverted, ignoreCase, unicode) {
2405 return { type: "class", parts, inverted, ignoreCase, unicode };
2406 }
2407
2408 function peg$anyExpectation() {
2409 return { type: "any" };

Callers 1

peg$parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected