()
| 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 | } |
no test coverage detected