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

Method getCloudSync

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

Source from the content-addressed store, hash-verified

290 }
291
292 getCloudSync() {
293 return this._get<CloudSyncConfig>("cloud_sync", this.defaultCloudSync());
294 }
295
296 setCloudSync(data: CloudSyncConfig) {
297 this._set("cloud_sync", data);

Callers 4

initManagerMethod · 0.95
config.test.tsFile · 0.80
scriptInstallMethod · 0.80
scriptsDeleteMethod · 0.80

Calls 2

_getMethod · 0.95
defaultCloudSyncMethod · 0.95

Tested by

no test coverage detected