MCPcopy Index your code
hub / github.com/coder/coder / GetAgent

Method GetAgent

agent/proto/agent.pb.go:3321–3326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3319}
3320
3321func (x *CreateSubAgentResponse) GetAgent() *SubAgent {
3322 if x != nil {
3323 return x.Agent
3324 }
3325 return nil
3326}
3327
3328func (x *CreateSubAgentResponse) GetAppCreationErrors() []*CreateSubAgentResponse_AppCreationError {
3329 if x != nil {

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected