()
| 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); |
nothing calls this directly
no test coverage detected