Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ HasLicense
Method
HasLicense
coderd/entitlements/entitlements.go:171–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
func
(l *Set) HasLicense() bool {
172
l.entitlementsMu.RLock()
173
defer
l.entitlementsMu.RUnlock()
174
return
l.entitlements.HasLicense
175
}
Callers
1
CheckBuildUsage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected