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

Method CheckFeatureEnabled

lib/cli/featureutility.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211bool FeatureUtility::CheckFeatureEnabled(const String& feature)
212{
213 return CheckFeatureInternal(feature, false);
214}
215
216bool FeatureUtility::CheckFeatureDisabled(const String& feature)
217{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected