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

Function peg$c161

lib/parser.js:400–402  ·  view source on GitHub ↗
(digits)

Source from the content-addressed store, hash-verified

398 peg$c159 = "u",
399 peg$c160 = { type: "literal", value: "u", description: "\"u\"" },
400 peg$c161 = function(digits) {
401 return String.fromCharCode(parseInt(digits, 16));
402 },
403 peg$c162 = ".",
404 peg$c163 = { type: "literal", value: ".", description: "\".\"" },
405 peg$c164 = function(v) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…