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

Method UserLimit

enterprise/coderd/coderdenttest/coderdenttest.go:225–227  ·  view source on GitHub ↗
(limit int64)

Source from the content-addressed store, hash-verified

223}
224
225func (opts *LicenseOptions) UserLimit(limit int64) *LicenseOptions {
226 return opts.Feature(codersdk.FeatureUserLimit, limit)
227}
228
229func (opts *LicenseOptions) AIGovernanceAddon(limit int64) *LicenseOptions {
230 opts.Addons = append(opts.Addons, codersdk.AddonAIGovernance)

Callers 2

TestEntitlementsFunction · 0.80
TestLicenseEntitlementsFunction · 0.80

Calls 1

FeatureMethod · 0.95

Tested by 2

TestEntitlementsFunction · 0.64
TestLicenseEntitlementsFunction · 0.64