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

Function pending

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

Source from the content-addressed store, hash-verified

20959 return lastResult;
20960 };
20961 var pending = function() {
20962 return !!timeoutId;
20963 };
20964 var cancel = function() {
20965 if (pending()) // Mark the debounced function as having executed
20966 markExecuted(Date.now());

Callers 2

cancelFunction · 0.70
flushFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected