Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fibi66/FeiControl
/ createProcessKeepAlive
Function
createProcessKeepAlive
scripts/dev-server.cjs:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
function
createProcessKeepAlive() {
60
return
setInterval(() => {}, 60_000);
61
}
62
63
function
delay(ms) {
64
return
new
Promise((resolve) => {
Callers
2
main
Function · 0.85
dev-server.test.cjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected