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

Function flush

docs/app/js/sanddance-app.js:20968–20971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20966 markExecuted(Date.now());
20967 };
20968 var flush = function() {
20969 if (pending()) invokeFunction(Date.now());
20970 return lastResult;
20971 };
20972 // eslint-disable-next-line @typescript-eslint/no-explicit-any
20973 var resultFunction = function() {
20974 var args = [];

Callers 2

asyncLoadStylesFunction · 0.70
sanddance-app.jsFile · 0.70

Calls 6

invokeFunctionFunction · 0.85
applyThemableStylesFunction · 0.85
pendingFunction · 0.70
measureFunction · 0.70
peekFunction · 0.70
forEachMethod · 0.45

Tested by

no test coverage detected