MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetFeaturesEnabledPath

Method GetFeaturesEnabledPath

lib/cli/featureutility.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21String FeatureUtility::GetFeaturesEnabledPath()
22{
23 return Configuration::ConfigDir + "/features-enabled";
24}
25
26std::vector<String> FeatureUtility::GetFieldCompletionSuggestions(const String& word, bool enable)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected