MCPcopy
hub / github.com/google/ax / GetStart

Method GetStart

proto/ax.pb.go:297–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295}
296
297func (x *AgentMessage) GetStart() *AgentStart {
298 if x != nil {
299 if x, ok := x.Type.(*AgentMessage_Start); ok {
300 return x.Start
301 }
302 }
303 return nil
304}
305
306func (x *AgentMessage) GetOutputs() *AgentOutputs {
307 if x != nil {

Callers 2

ConnectMethod · 0.80
ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected