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

Function peg$c15

lib/parser.js:55–65  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

53 peg$c13 = { type: "literal", value: "</script>", description: "\"</script>\"" },
54 peg$c14 = { type: "any", description: "any character" },
55 peg$c15 = function(body) {
56 return {
57 type: 'OutputStatement',
58 raw: true,
59 expression: {
60 type: 'Literal',
61 value: body,
62 raw: JSON.stringify(body)
63 }
64 };
65 },
66 peg$c16 = function(c) {
67 return {
68 type: 'OutputStatement',

Callers 1

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