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

Function peg$parseSetMapValue

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

Source from the content-addressed store, hash-verified

5665 }
5666
5667 function peg$parseSetMapValue() {
5668 let s0;
5669
5670 s0 = peg$parsePropertyMap();
5671 if (s0 === peg$FAILED) {
5672 s0 = peg$parseParameterRef();
5673 }
5674
5675 return s0;
5676 }
5677
5678 function peg$parseSetValue() {
5679 let s0, s1, s2, s3;

Callers 1

peg$parseSetAssignmentFunction · 0.85

Calls 2

peg$parsePropertyMapFunction · 0.85
peg$parseParameterRefFunction · 0.85

Tested by

no test coverage detected