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

Function probeChannel

ts/base_ts.ts:755–769  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

753}
754
755function probeChannel(url: string) {
756
757 if (document.getElementById("probeDetails")) {
758 document.getElementById("probeDetails").innerHTML = "Probing Channel Details..."
759 }
760
761 var data = new Object()
762 var cmd = "probeChannel"
763 data["probeUrl"] = url
764
765 var server: Server = new Server(cmd)
766 server.request(data)
767
768 return
769}
770
771function checkUndo(key: string) {
772

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected