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

Function peg$parsePattern

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

Source from the content-addressed store, hash-verified

6239 }
6240
6241 function peg$parsePattern() {
6242 let s0, s1;
6243
6244 s0 = peg$currPos;
6245 s1 = peg$parsePatternSequence();
6246 if (s1 !== peg$FAILED) {
6247 peg$savedPos = s0;
6248 s1 = peg$f91(s1);
6249 }
6250 s0 = s1;
6251
6252 return s0;
6253 }
6254
6255 function peg$parsePatternSequence() {
6256 let s0, s1, s2, s3, s4;

Calls 2

peg$parsePatternSequenceFunction · 0.85
peg$f91Function · 0.85

Tested by

no test coverage detected