Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ stop
Function
stop
src/utils/idleTimeout.ts:46–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
},
45
46
stop() {
47
if
(timer) {
48
clearTimeout(timer)
49
timer = null
50
}
51
},
52
}
53
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected