MCPcopy
hub / github.com/microsoft/SandDance / process

Function process

docs/tests/v2/es6/js/sanddance.js:89356–89365  ·  view source on GitHub ↗
(update)

Source from the content-addressed store, hash-verified

89354
89355prototype.transform = function (_, pulse) {
89356 function process(update) {
89357 return function (tuple) {
89358 var tokens = tokenize(get(tuple), _.case, match) || [],
89359 t;
89360
89361 for (var i = 0, n = tokens.length; i < n; ++i) {
89362 if (!stop.test(t = tokens[i])) update(t);
89363 }
89364 };
89365 }
89366
89367 var init = this._parameterCheck(_, pulse),
89368 counts = this._counts,

Callers 1

sanddance.jsFile · 0.70

Calls 8

applyStylesFunction · 0.85
escape_textFunction · 0.85
tokenizeFunction · 0.70
getFunction · 0.70
updateFunction · 0.70
bindFunction · 0.70
recurseFunction · 0.70
markGroupMethod · 0.45

Tested by

no test coverage detected