MCPcopy
hub / github.com/philc/vimium / setTimeout

Function setTimeout

lib/utils.js:202–204  ·  view source on GitHub ↗
(ms, func)

Source from the content-addressed store, hash-verified

200
201 // Convenience wrapper for setTimeout (with the arguments around the other way).
202 setTimeout(ms, func) {
203 return setTimeout(func, ms);
204 },
205
206 // Like Nodejs's nextTick.
207 nextTick(func) {

Callers 5

createTimeoutPromiseFunction · 0.85
hideMethod · 0.85
promiseWithTimeoutFunction · 0.85
showFunction · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected