| 214 | } |
| 215 | |
| 216 | bool FeatureUtility::CheckFeatureDisabled(const String& feature) |
| 217 | { |
| 218 | return CheckFeatureInternal(feature, true); |
| 219 | } |
| 220 | |
| 221 | bool FeatureUtility::CheckFeatureInternal(const String& feature, bool check_disabled) |
| 222 | { |
nothing calls this directly
no outgoing calls
no test coverage detected