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

Function timerExpired

frontend/public/swagger-ui-bundle.js:7868–7878  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7866 return void 0 === C || i >= o || i < 0 || (B && s - j >= _)
7867 }
7868 function timerExpired() {
7869 var s = now()
7870 if (shouldInvoke(s)) return trailingEdge(s)
7871 x = setTimeout(
7872 timerExpired,
7873 (function remainingWait(s) {
7874 var i = o - (s - C)
7875 return B ? U(i, _ - (s - j)) : i
7876 })(s)
7877 )
7878 }
7879 function trailingEdge(s) {
7880 return ((x = void 0), V && a ? invokeFunc(s) : ((a = u = void 0), w))
7881 }

Callers

nothing calls this directly

Calls 6

nowFunction · 0.85
shouldInvokeFunction · 0.85
trailingEdgeFunction · 0.85
UFunction · 0.70
uFunction · 0.70
xFunction · 0.70

Tested by

no test coverage detected