Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
159
func
(l *Set) Errors() []string {
160
l.entitlementsMu.RLock()
161
defer
l.entitlementsMu.RUnlock()
162
return
slices.Clone(l.entitlements.Errors)
163
}
164
165
func
(l *Set) Warnings() []string {
166
l.entitlementsMu.RLock()
Callers
2
TestUpdate_LicenseRequiresTelemetry
Function · 0.45
collectWarningsAndErrors
Method · 0.45
Calls
1
Clone
Method · 0.45
Tested by
1
TestUpdate_LicenseRequiresTelemetry
Function · 0.36