MCPcopy Create free account
hub / github.com/sql-js/sql.js / later

Function later

documentation/javascript/application.js:10921–10925  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10919 return function() {
10920 context = this; args = arguments;
10921 var later = function() {
10922 timeout = null;
10923 if (more) func.apply(context, args);
10924 whenDone();
10925 };
10926 if (!timeout) timeout = setTimeout(later, wait);
10927 if (throttling) {
10928 more = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…