MCPcopy
hub / github.com/2factorauth/twofactorauth / later

Function later

js/search.js:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 return function() {
79 var context = this, args = arguments;
80 var later = function() {
81 timeout = null;
82 func.apply(context, args);
83 };
84
85 clearTimeout(timeout);
86 timeout = setTimeout(later, wait);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected