Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Experience-Monks/devtool
/ wrapWithActivateUvLoop
Function
wrapWithActivateUvLoop
lib/timer-hook.js:17–22 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
15
};
16
17
function
wrapWithActivateUvLoop (func) {
18
return
function
updateTimerLoop () {
19
process.activateUvLoop();
20
return
func.apply(this, arguments);
21
};
22
}
Callers
1
timer-hook.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected