MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / setSilenceUpdateScript

Method setSilenceUpdateScript

src/pkg/config/config.ts:230–232  ·  view source on GitHub ↗
(val: boolean)

Source from the content-addressed store, hash-verified

228 }
229
230 public setSilenceUpdateScript(val: boolean) {
231 this._set("silence_update_script", val);
232 }
233
234 public getEnableAutoSync() {
235 return this._get<boolean>("enable_auto_sync", true);

Callers

nothing calls this directly

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected