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

Function peg$c1

lib/parser.js:36–41  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

34
35 peg$c0 = null,
36 peg$c1 = function(html) {
37 return {
38 type: 'Template',
39 body: html || []
40 };
41 },
42 peg$c2 = [],
43 peg$c3 = peg$FAILED,
44 peg$c4 = { type: "other", description: "Raw Content" },

Callers 1

peg$parseTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…