MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetAi

Method GetAi

backend/generated-go/v1/setting_service.pb.go:861–868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

859}
860
861func (x *SettingValue) GetAi() *AISetting {
862 if x != nil {
863 if x, ok := x.Value.(*SettingValue_Ai); ok {
864 return x.Ai
865 }
866 }
867 return nil
868}
869
870func (x *SettingValue) GetEnvironment() *EnvironmentSetting {
871 if x != nil {

Callers 2

EqualMethod · 0.95
UpdateSettingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected