Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ DEC_KILL_INTERVAL
Function
DEC_KILL_INTERVAL
web-src/src/main-app/store/scriptExecutor.js:183–185 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
181
},
182
183
DEC_KILL_INTERVAL(state) {
184
state.killTimeoutSec--;
185
}
186
}
187
}
188
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected