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

Method GetCommandDataTypes

pkg/wshrpc/wshrpcmeta.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (decl *WshRpcMethodDecl) GetCommandDataTypes() []reflect.Type {
23 return decl.CommandDataTypes
24}
25
26var contextRType = reflect.TypeOf((*context.Context)(nil)).Elem()
27var wshRpcInterfaceRType = reflect.TypeOf((*WshRpcInterface)(nil)).Elem()

Calls

no outgoing calls