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

Method AllFeaturesClaim

codersdk/licenses.go:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (l *License) AllFeaturesClaim() bool {
67 if all, ok := l.Claims["all_features"].(bool); ok {
68 return all
69 }
70 return false
71}
72
73// FeaturesClaims provides the feature claims in license.
74// This only returns the explicit claims. If checking for actual usage,

Callers 1

NewLicenseFormatterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected