MCPcopy Create free account
hub / github.com/codemix/htmling / peg$c229

Function peg$c229

lib/parser.js:711–720  ·  view source on GitHub ↗
(head, tail)

Source from the content-addressed store, hash-verified

709 }
710 },
711 peg$c229 = function(head, tail) {
712 var elements = [];
713 if (head) {
714 elements = [head].concat(extractList(tail, 3));
715 }
716 return {
717 type: "ArrayExpression",
718 elements: elements
719 }
720 },
721 peg$c230 = "{",
722 peg$c231 = { type: "literal", value: "{", description: "\"{\"" },
723 peg$c232 = "}",

Callers 1

peg$parseArrayExpressionFunction · 0.85

Calls 1

extractListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…