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

Method String

enterprise/coderd/prebuilds/reconcile.go:82–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80)
81
82func (d DeprovisionMode) String() string {
83 switch d {
84 case DeprovisionModeOrphan:
85 return "orphan"
86 case DeprovisionModeNormal:
87 return "normal"
88 default:
89 return "unknown"
90 }
91}
92
93func NewStoreReconciler(store database.Store,
94 ps pubsub.Pubsub,

Callers 15

NewFunction · 0.45
updateEntitlementsMethod · 0.45
TestReinitializeAgentFunction · 0.45
TestUserOIDCFunction · 0.45
TestGroupSyncFunction · 0.45
TestEnterpriseUserLoginFunction · 0.45
TestRegionsFunction · 0.45

Calls

no outgoing calls