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

Method getBackup

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

Source from the content-addressed store, hash-verified

272 }
273
274 public getBackup() {
275 return this._get<Parameters<typeof this.setBackup>[0]>("backup", this.defaultBackup());
276 }
277
278 public setBackup(data: { filesystem: FileSystemType; params: { [key: string]: any } }) {
279 this._set("backup", data);

Callers

nothing calls this directly

Calls 2

_getMethod · 0.95
defaultBackupMethod · 0.95

Tested by

no test coverage detected