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

Function peg$f71

packages/graph/src/grammar.js:957–959  ·  view source on GitHub ↗
(head, tail)

Source from the content-addressed store, hash-verified

955 return items;
956 }
957 function peg$f71(head, tail) {
958 return [head, ...tail.map(t => t[3])];
959 }
960 function peg$f72(name, alias) {
961 return { name: name, alias: alias };
962 }

Callers 1

peg$parseYieldItemListFunction · 0.85

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected