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

Method GetTab

frontend/app/store/services.ts:62–64  ·  view source on GitHub ↗
(arg1: string)

Source from the content-addressed store, hash-verified

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 }
65 TelemetryUpdate(arg2: boolean): Promise<void> {
66 return callBackendService(this?.waveEnv, "client", "TelemetryUpdate", Array.from(arguments))
67 }

Callers

nothing calls this directly

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected