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

Function peg$parseCreatePattern

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

Source from the content-addressed store, hash-verified

3852 }
3853
3854 function peg$parseCreatePattern() {
3855 let s0;
3856
3857 s0 = peg$parseCreateChainPattern();
3858 if (s0 === peg$FAILED) {
3859 s0 = peg$parseCreateNodePattern();
3860 }
3861
3862 return s0;
3863 }
3864
3865 function peg$parseCreateNodePattern() {
3866 let s0, s1, s2, s3, s4, s5, s6, s7, s8;

Callers 1

Calls 2

Tested by

no test coverage detected