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

Function peg$c164

lib/parser.js:405–411  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

403 peg$c162 = ".",
404 peg$c163 = { type: "literal", value: ".", description: "\".\"" },
405 peg$c164 = function(v) {
406 return {
407 type: 'Literal',
408 value: parseFloat(v),
409 raw: v
410 };
411 },
412 peg$c165 = /^[0-9]/,
413 peg$c166 = { type: "class", value: "[0-9]", description: "[0-9]" },
414 peg$c167 = /^[0-9a-f]/i,

Callers 1

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