MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / backup

Function backup

ts/base_ts.ts:580–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578}
579
580function backup() {
581
582 var data = new Object()
583 console.log("Backup data")
584
585 var cmd = "ThreadfinBackup"
586
587 console.log("SEND TO SERVER");
588 console.log(data)
589
590 var server: Server = new Server(cmd)
591 server.request(data)
592
593 return
594}
595
596function toggleChannelStatus(id: string) {
597

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected