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

Method GetField

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

Source from the content-addressed store, hash-verified

4806}
4807
4808func (x *CreateSubAgentResponse_AppCreationError) GetField() string {
4809 if x != nil && x.Field != nil {
4810 return *x.Field
4811 }
4812 return ""
4813}
4814
4815func (x *CreateSubAgentResponse_AppCreationError) GetError() string {
4816 if x != nil {

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected