()
| 201 | } |
| 202 | |
| 203 | func (e *EffectPluginOptions) GetRefactorsEnabled() bool { |
| 204 | if e == nil { |
| 205 | return true |
| 206 | } |
| 207 | return e.Refactors |
| 208 | } |
| 209 | |
| 210 | func (e *EffectPluginOptions) GetQuickinfoEnabled() bool { |
| 211 | if e == nil { |
no outgoing calls
no test coverage detected