MCPcopy Create free account
hub / github.com/codemix/htmling / buildList

Function buildList

lib/parser.js:7768–7770  ·  view source on GitHub ↗
(first, rest, index)

Source from the content-addressed store, hash-verified

7766 }
7767
7768 function buildList(first, rest, index) {
7769 return [first].concat(extractList(rest, index));
7770 }
7771
7772
7773 peg$result = peg$startRuleFunction();

Callers

nothing calls this directly

Calls 1

extractListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…