Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ setCheckScriptUpdateCycle
Method
setCheckScriptUpdateCycle
src/pkg/config/config.ts:222–224 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
220
}
221
222
public setCheckScriptUpdateCycle(n: number) {
223
this._set(
"check_script_update_cycle"
, n);
224
}
225
226
public getSilenceUpdateScript() {
227
return
this._get<boolean>(
"silence_update_script"
, false);
Callers
1
config.test.ts
File · 0.80
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected