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

Function peg$parsePatternExistsCondition

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

Source from the content-addressed store, hash-verified

8540 }
8541
8542 function peg$parsePatternExistsCondition() {
8543 let s0, s1;
8544
8545 s0 = peg$currPos;
8546 s1 = peg$parsePattern();
8547 if (s1 !== peg$FAILED) {
8548 peg$savedPos = s0;
8549 s1 = peg$f144(s1);
8550 }
8551 s0 = s1;
8552
8553 return s0;
8554 }
8555
8556 function peg$parseQuantifierCondition() {
8557 let s0, s1;

Callers 1

Calls 2

peg$parsePatternFunction · 0.85
peg$f144Function · 0.85

Tested by

no test coverage detected