MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseThrottle

Function parseThrottle

docs/tests/v2/es6/js/sanddance.js:133277–133285  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

133275}
133276
133277function parseThrottle(s) {
133278 var a = s.split(COMMA);
133279 if (!s.length || a.length > 2) throw s;
133280 return a.map(function (_) {
133281 var x = +_;
133282 if (x !== x) throw s;
133283 return x;
133284 });
133285}
133286},{}],"jFIk":[function(require,module,exports) {
133287"use strict";
133288

Callers 1

parseStreamFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected