()
| 814 | } |
| 815 | |
| 816 | func (x *SettingValue) GetAppIm() *AppIMSetting { |
| 817 | if x != nil { |
| 818 | if x, ok := x.Value.(*SettingValue_AppIm); ok { |
| 819 | return x.AppIm |
| 820 | } |
| 821 | } |
| 822 | return nil |
| 823 | } |
| 824 | |
| 825 | func (x *SettingValue) GetWorkspaceProfile() *WorkspaceProfileSetting { |
| 826 | if x != nil { |
no outgoing calls
no test coverage detected