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

Function modified

docs/tests/v2/es6/js/sanddance.js:120705–120713  ·  view source on GitHub ↗
(f, pulse)

Source from the content-addressed store, hash-verified

120703}
120704
120705function modified(f, pulse) {
120706 var k, v;
120707
120708 for (k in f) {
120709 if ((0, _vegaUtil.isFunction)(v = f[k]) && pulse.modified((0, _vegaUtil.accessorFields)(v))) return 1;
120710 }
120711
120712 return 0;
120713}
120714
120715function getForce(_) {
120716 var f, p;

Callers 1

setupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected