MCPcopy 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
59function createProcessKeepAlive() {
60 return setInterval(() => {}, 60_000);
61}
62
63function delay(ms) {
64 return new Promise((resolve) => {

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected