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

Function peg$f10

src/parse-css.js:791–793  ·  view source on GitHub ↗
(name, params)

Source from the content-addressed store, hash-verified

789 var peg$f8 = function(value) { return { type: 'URI', value: value }; };
790 var peg$f9 = function(value) { return value; };
791 var peg$f10 = function(name, params) {
792 return { type: 'Function', name: name, params: params };
793 };
794 var peg$f11 = function(component) {
795 return Math.max(0, Math.min(100, parseInt(component, 10))) * 1e-2 * 255
796 };

Callers 1

peg$parsefunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected