MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / getCheckScriptUpdateCycle

Method getCheckScriptUpdateCycle

src/pkg/config/config.ts:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216
217 // 检查更新周期,单位为秒
218 public getCheckScriptUpdateCycle() {
219 return this._get<number>("check_script_update_cycle", this.defaultCheckScriptUpdateCycle());
220 }
221
222 public setCheckScriptUpdateCycle(n: number) {
223 this._set("check_script_update_cycle", n);

Callers 3

initRegularUpdateCheckFunction · 0.80
_checkScriptUpdateMethod · 0.80

Calls 2

_getMethod · 0.95

Tested by

no test coverage detected