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

Function peg$c132

lib/parser.js:359–365  ·  view source on GitHub ↗
(chars)

Source from the content-addressed store, hash-verified

357 peg$c130 = { type: "other", description: "string" },
358 peg$c131 = function(chars) { return chars; },
359 peg$c132 = function(chars) {
360 return {
361 type: 'Literal',
362 value: chars,
363 raw: '"' + chars + '"'
364 };
365 },
366 peg$c133 = function(chars) {
367 return {
368 type: 'Literal',

Callers 1

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