MCPcopy Create free account
hub / github.com/chearon/dropflow / peg$f141

Function peg$f141

src/parse-css.js:1216–1218  ·  view source on GitHub ↗
(prefix, start, chars)

Source from the content-addressed store, hash-verified

1214 return chars.join('');
1215 };
1216 var peg$f141 = function(prefix, start, chars) {
1217 return prefix + start + chars.join('');
1218 };
1219 var peg$f142 = function(chars) { return chars.join(''); };
1220 var peg$f143 = function() {
1221 return parseFloat(text());

Callers 1

peg$parseidentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected