| 19 | } |
| 20 | |
| 21 | String FeatureUtility::GetFeaturesEnabledPath() |
| 22 | { |
| 23 | return Configuration::ConfigDir + "/features-enabled"; |
| 24 | } |
| 25 | |
| 26 | std::vector<String> FeatureUtility::GetFieldCompletionSuggestions(const String& word, bool enable) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected