MCPcopy 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
171func (l *Set) HasLicense() bool {
172 l.entitlementsMu.RLock()
173 defer l.entitlementsMu.RUnlock()
174 return l.entitlements.HasLicense
175}

Callers 1

CheckBuildUsageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected