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

Method TelemetryUpdate

frontend/app/store/services.ts:65–67  ·  view source on GitHub ↗
(arg2: boolean)

Source from the content-addressed store, hash-verified

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 }
68}
69
70export const ClientService = new ClientServiceType();

Callers 1

Calls 1

callBackendServiceFunction · 0.70

Tested by

no test coverage detected