MCPcopy Create free account
hub / github.com/estools/esquery / peg$classExpectation

Function peg$classExpectation

parser.js:333–335  ·  view source on GitHub ↗
(parts, inverted, ignoreCase)

Source from the content-addressed store, hash-verified

331 }
332
333 function peg$classExpectation(parts, inverted, ignoreCase) {
334 return { type: "class", parts: parts, inverted: inverted, ignoreCase: ignoreCase };
335 }
336
337 function peg$anyExpectation() {
338 return { type: "any" };

Callers 1

peg$parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected