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

Method SendTelemetryCommand

pkg/wshrpc/wshserver/wshserver.go:1252–1254  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

1250}
1251
1252func (ws WshServer) SendTelemetryCommand(ctx context.Context) error {
1253 return wcloud.SendAllTelemetry(wstore.GetClientId())
1254}
1255
1256func (ws *WshServer) WaveAIEnableTelemetryCommand(ctx context.Context) error {
1257 // Enable telemetry in config

Callers

nothing calls this directly

Calls 2

SendAllTelemetryFunction · 0.92
GetClientIdFunction · 0.92

Tested by

no test coverage detected