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

Method Errors

coderd/entitlements/entitlements.go:159–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (l *Set) Errors() []string {
160 l.entitlementsMu.RLock()
161 defer l.entitlementsMu.RUnlock()
162 return slices.Clone(l.entitlements.Errors)
163}
164
165func (l *Set) Warnings() []string {
166 l.entitlementsMu.RLock()

Calls 1

CloneMethod · 0.45

Tested by 1