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

Method GetEnabled

agent/proto/agent.pb.go:2601–2606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2599}
2600
2601func (x *BannerConfig) GetEnabled() bool {
2602 if x != nil {
2603 return x.Enabled
2604 }
2605 return false
2606}
2607
2608func (x *BannerConfig) GetMessage() string {
2609 if x != nil {

Callers 2

ServiceBannerFromProtoFunction · 0.45
BannerConfigFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected