MCPcopy Create free account
hub / github.com/coder/coder / IsAIGovernanceAddon

Method IsAIGovernanceAddon

codersdk/deployment.go:314–316  ·  view source on GitHub ↗

IsAIGovernanceAddon returns true if the feature is an AI Governance addon feature.

()

Source from the content-addressed store, hash-verified

312
313// IsAIGovernanceAddon returns true if the feature is an AI Governance addon feature.
314func (n FeatureName) IsAIGovernanceAddon() bool {
315 return n == FeatureAIBridge || n == FeatureBoundary
316}
317
318// IsAddon returns true if the feature is an addon feature.
319func (n FeatureName) IsAddonFeature() bool {

Callers 1

FeaturesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected