MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / setBackup

Method setBackup

src/pkg/config/config.ts:278–280  ·  view source on GitHub ↗
(data: { filesystem: FileSystemType; params: { [key: string]: any } })

Source from the content-addressed store, hash-verified

276 }
277
278 public setBackup(data: { filesystem: FileSystemType; params: { [key: string]: any } }) {
279 this._set("backup", data);
280 }
281
282 defaultCloudSync(): CloudSyncConfig {
283 return {

Callers

nothing calls this directly

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected