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

Method MessageCommand

pkg/wshrpc/wshremote/wshremote.go:68–71  ·  view source on GitHub ↗
(ctx context.Context, data wshrpc.CommandMessageData)

Source from the content-addressed store, hash-verified

66}
67
68func (impl *ServerImpl) MessageCommand(ctx context.Context, data wshrpc.CommandMessageData) error {
69 impl.Log("[message] %q\n", data.Message)
70 return nil
71}
72
73func (impl *ServerImpl) StreamTestCommand(ctx context.Context) chan wshrpc.RespOrErrorUnion[int] {
74 ch := make(chan wshrpc.RespOrErrorUnion[int], 16)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected