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

Method getSilenceUpdateScript

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

Source from the content-addressed store, hash-verified

224 }
225
226 public getSilenceUpdateScript() {
227 return this._get<boolean>("silence_update_script", false);
228 }
229
230 public setSilenceUpdateScript(val: boolean) {
231 this._set("silence_update_script", val);

Callers 2

_checkScriptUpdateMethod · 0.80

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected