MCPcopy
hub / github.com/wavetermdev/waveterm / GetClientData

Method GetClientData

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

Source from the content-addressed store, hash-verified

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 }
62 GetTab(arg1: string): Promise<Tab> {
63 return callBackendService(this?.waveEnv, "client", "GetTab", Array.from(arguments))
64 }

Callers 4

getClientIdFunction · 0.45
createNewWaveWindowFunction · 0.45
relaunchBrowserWindowsFunction · 0.45
createBuilderWindowFunction · 0.45

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected