MCPcopy Index your code
hub / github.com/dataease/SQLBot / runTimeout

Function runTimeout

frontend/public/swagger-ui-bundle.js:24483–24496  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

24481 throw new Error('clearTimeout has not been defined')
24482 }
24483 function runTimeout(s) {
24484 if (o === setTimeout) return setTimeout(s, 0)
24485 if ((o === defaultSetTimout || !o) && setTimeout)
24486 return ((o = setTimeout), setTimeout(s, 0))
24487 try {
24488 return o(s, 0)
24489 } catch (i) {
24490 try {
24491 return o.call(null, s, 0)
24492 } catch (i) {
24493 return o.call(this, s, 0)
24494 }
24495 }
24496 }
24497 !(function () {
24498 try {
24499 o = 'function' == typeof setTimeout ? setTimeout : defaultSetTimout

Callers 2

drainQueueFunction · 0.85

Calls 1

oFunction · 0.70

Tested by

no test coverage detected