MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetAllConnStatus

Method GetAllConnStatus

frontend/app/store/services.ts:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 return callBackendService(this?.waveEnv, "client", "FocusWindow", Array.from(arguments))
55 }
56 GetAllConnStatus(): Promise<ConnStatus[]> {
57 return callBackendService(this?.waveEnv, "client", "GetAllConnStatus", Array.from(arguments))
58 }
59 GetClientData(): Promise<Client> {
60 return callBackendService(this?.waveEnv, "client", "GetClientData", Array.from(arguments))
61 }

Callers 1

loadConnStatusFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected