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

Method getEnableAutoSync

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

Source from the content-addressed store, hash-verified

232 }
233
234 public getEnableAutoSync() {
235 return this._get<boolean>("enable_auto_sync", true);
236 }
237
238 public setEnableAutoSync(enable: boolean) {
239 this._set("enable_auto_sync", enable);

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected