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

Method setCloudSync

src/pkg/config/config.ts:296–298  ·  view source on GitHub ↗
(data: CloudSyncConfig)

Source from the content-addressed store, hash-verified

294 }
295
296 setCloudSync(data: CloudSyncConfig) {
297 this._set("cloud_sync", data);
298 }
299
300 defaultCatFileStorage(): CATFileStorage {
301 return {

Callers 2

config.test.tsFile · 0.80
buildFileSystemMethod · 0.80

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected