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

Method getUpdateDisableScript

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

Source from the content-addressed store, hash-verified

241
242 // 更新已经禁用的脚本
243 public getUpdateDisableScript() {
244 return this._get<boolean>("update_disable_script", true);
245 }
246
247 public setUpdateDisableScript(enable: boolean) {
248 this._set("update_disable_script", enable);

Callers 2

_checkScriptUpdateMethod · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected