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

Function peg$parsePropertyKey

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

Source from the content-addressed store, hash-verified

7345 }
7346
7347 function peg$parsePropertyKey() {
7348 let s0;
7349
7350 s0 = peg$parsePropertyIdentifier();
7351 if (s0 === peg$FAILED) {
7352 s0 = peg$parseStringLiteral();
7353 }
7354
7355 return s0;
7356 }
7357
7358 function peg$parseEdgePattern() {
7359 let s0, s1;

Callers 1

peg$parsePropertyEntryFunction · 0.85

Calls 2

peg$parseStringLiteralFunction · 0.85

Tested by

no test coverage detected