| 209 | } |
| 210 | |
| 211 | bool FeatureUtility::CheckFeatureEnabled(const String& feature) |
| 212 | { |
| 213 | return CheckFeatureInternal(feature, false); |
| 214 | } |
| 215 | |
| 216 | bool FeatureUtility::CheckFeatureDisabled(const String& feature) |
| 217 | { |
nothing calls this directly
no outgoing calls
no test coverage detected