(arg1: string)
| 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 | } |
nothing calls this directly
no test coverage detected