MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / ActivityCommand

Method ActivityCommand

pkg/wshrpc/wshserver/wshserver.go:1349–1352  ·  view source on GitHub ↗
(ctx context.Context, activity wshrpc.ActivityUpdate)

Source from the content-addressed store, hash-verified

1347}
1348
1349func (ws *WshServer) ActivityCommand(ctx context.Context, activity wshrpc.ActivityUpdate) error {
1350 telemetry.GoUpdateActivityWrap(activity, "wshrpc-activity")
1351 return nil
1352}
1353
1354func (ws *WshServer) GetVarCommand(ctx context.Context, data wshrpc.CommandVarData) (*wshrpc.CommandVarResponseData, error) {
1355 _, fileData, err := filestore.WFS.ReadFile(ctx, data.ZoneId, data.FileName)

Callers

nothing calls this directly

Calls 1

GoUpdateActivityWrapFunction · 0.92

Tested by

no test coverage detected