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

Function peg$parseMutationClause

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

Source from the content-addressed store, hash-verified

3142 }
3143
3144 function peg$parseMutationClause() {
3145 let s0;
3146
3147 s0 = peg$parseMergeClause();
3148 if (s0 === peg$FAILED) {
3149 s0 = peg$parseCreateClause();
3150 }
3151
3152 return s0;
3153 }
3154
3155 function peg$parseSetClause() {
3156 let s0, s1, s2, s3, s4;

Callers 1

Calls 2

peg$parseMergeClauseFunction · 0.85
peg$parseCreateClauseFunction · 0.85

Tested by

no test coverage detected