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

Function peg$f201

packages/graph/src/grammar.js:1860–1867  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

1858 };
1859 }
1860 function peg$f201(key, value) {
1861 // Literal entry: key: expr
1862 return {
1863 type: 'MapLiteralEntry',
1864 key: key,
1865 value: value
1866 };
1867 }
1868 function peg$f202(variable) {
1869 // Variable selector - only match if not followed by colon
1870 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected