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

Function peg$c186

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

Source from the content-addressed store, hash-verified

463 peg$c184 = ")",
464 peg$c185 = { type: "literal", value: ")", description: "\")\"" },
465 peg$c186 = function(head, tail) {
466 if (!head) {
467 return [];
468 }
469 else {
470 return [head].concat(extractList(tail, 3));
471 }
472 },
473 peg$c187 = "?",
474 peg$c188 = { type: "literal", value: "?", description: "\"?\"" },
475 peg$c189 = ":",

Callers 1

peg$parseCallParametersFunction · 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…