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

Function peg$c46

lib/parser.js:170–176  ·  view source on GitHub ↗
(attrs, body)

Source from the content-addressed store, hash-verified

168 peg$c44 = "<content",
169 peg$c45 = { type: "literal", value: "<content", description: "\"<content\"" },
170 peg$c46 = function(attrs, body) {
171 return {
172 type: 'ContentStatement',
173 attributes: attrs || {},
174 body: body || []
175 };
176 },
177 peg$c47 = { type: "other", description: "<include>" },
178 peg$c48 = "<include",
179 peg$c49 = { type: "literal", value: "<include", description: "\"<include\"" },

Callers 1

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