()
| 859 | } |
| 860 | |
| 861 | func (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 | |
| 870 | func (x *SettingValue) GetEnvironment() *EnvironmentSetting { |
| 871 | if x != nil { |
no outgoing calls
no test coverage detected