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

Function peg$parseQuantifierCondition

packages/graph/src/grammar.js:8556–8568  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8554 }
8555
8556 function peg$parseQuantifierCondition() {
8557 let s0, s1;
8558
8559 s0 = peg$currPos;
8560 s1 = peg$parseQuantifierExpression();
8561 if (s1 !== peg$FAILED) {
8562 peg$savedPos = s0;
8563 s1 = peg$f145(s1);
8564 }
8565 s0 = s1;
8566
8567 return s0;
8568 }
8569
8570 function peg$parseNotCondition() {
8571 let s0, s1, s2, s3;

Callers 1

Calls 2

peg$f145Function · 0.85

Tested by

no test coverage detected