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

Method defaultCloudSync

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

Source from the content-addressed store, hash-verified

280 }
281
282 defaultCloudSync(): CloudSyncConfig {
283 return {
284 enable: false,
285 syncDelete: false,
286 syncStatus: true,
287 filesystem: "webdav",
288 params: {},
289 };
290 }
291
292 getCloudSync() {
293 return this._get<CloudSyncConfig>("cloud_sync", this.defaultCloudSync());

Callers 1

getCloudSyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected