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

Function invokeFunction

docs/app/js/sanddance-app.js:20937–20940  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

20935 lastExecuteTime = time;
20936 };
20937 var invokeFunction = function(time) {
20938 markExecuted(time);
20939 lastResult = func.apply(_this._parent, lastArgs);
20940 };
20941 var callback = function(userCall) {
20942 var now = Date.now();
20943 var executeImmediately = false;

Callers 2

callbackFunction · 0.85
flushFunction · 0.85

Calls 1

markExecutedFunction · 0.85

Tested by

no test coverage detected