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

Function isSpecialWaveArgType

pkg/service/service.go:98–100  ·  view source on GitHub ↗
(argType reflect.Type)

Source from the content-addressed store, hash-verified

96}
97
98func isSpecialWaveArgType(argType reflect.Type) bool {
99 return argType == waveObjRType || argType == waveObjSliceRType || argType == waveObjMapRType || argType == wsCommandRType
100}
101
102func convertWSCommand(argType reflect.Type, jsonArg any) (any, error) {
103 if _, ok := jsonArg.(map[string]any); !ok {

Callers 4

convertArgumentFunction · 0.85
convertReturnValuesFunction · 0.85
validateMethodReturnArgFunction · 0.85
validateMethodArgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected