MCPcopy 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.tsFile · 0.80

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected