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

Function peg$c112

lib/parser.js:297–302  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

295 peg$c110 = { type: "literal", value: "-->", description: "\"-->\"" },
296 peg$c111 = { type: "other", description: "ExpressionStatement" },
297 peg$c112 = function(code) {
298 return {
299 type: 'ExpressionStatement',
300 expression: code
301 };
302 },
303 peg$c113 = function(name) {
304 return {
305 type: 'Identifier',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…