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

Function noImplHandler

pkg/wshutil/wshadapter.go:52–55  ·  view source on GitHub ↗
(handler *RpcResponseHandler)

Source from the content-addressed store, hash-verified

50}
51
52func noImplHandler(handler *RpcResponseHandler) bool {
53 handler.SendResponseError(fmt.Errorf("command %q not implemented", handler.GetCommand()))
54 return true
55}
56
57func recodeCommandData(command string, data any, commandDataType reflect.Type) (any, error) {
58 if command == "" || commandDataType == nil {

Callers

nothing calls this directly

Calls 2

SendResponseErrorMethod · 0.80
GetCommandMethod · 0.80

Tested by

no test coverage detected