MCPcopy Index your code
hub / github.com/microsoft/SandDance / runAfter

Function runAfter

docs/app/js/sanddance-app.js:108185–108187  ·  view source on GitHub ↗

* Schedules a function to run after pulse propagation completes. * @param {function} func - The function to run.

(func)

Source from the content-addressed store, hash-verified

108183 * Schedules a function to run after pulse propagation completes.
108184 * @param {function} func - The function to run.
108185 */ runAfter (func) {
108186 this.dataflow.runAfter(func);
108187 },
108188 /**
108189 * Indicates if tuples have been added, removed or modified.
108190 * @param {number} [flags] - The tuple types (ADD, REM or MOD) to query.

Callers

nothing calls this directly

Calls 2

callbackFunction · 0.70
errorMethod · 0.45

Tested by

no test coverage detected