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

Function peg$c16

lib/parser.js:66–76  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

64 };
65 },
66 peg$c16 = function(c) {
67 return {
68 type: 'OutputStatement',
69 raw: true,
70 expression: {
71 type: 'Literal',
72 value: c,
73 raw: JSON.stringify(c)
74 }
75 };
76 },
77 peg$c17 = { type: "other", description: "<template>" },
78 peg$c18 = "<template",
79 peg$c19 = { type: "literal", value: "<template", description: "\"<template\"" },

Callers 1

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