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

Method GetShare

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

Source from the content-addressed store, hash-verified

4673}
4674
4675func (x *CreateSubAgentRequest_App) GetShare() CreateSubAgentRequest_App_SharingLevel {
4676 if x != nil && x.Share != nil {
4677 return *x.Share
4678 }
4679 return CreateSubAgentRequest_App_OWNER
4680}
4681
4682func (x *CreateSubAgentRequest_App) GetSubdomain() bool {
4683 if x != nil && x.Subdomain != nil {

Callers 1

CreateSubAgentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected