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

Method CheckFeatureDisabled

lib/cli/featureutility.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216bool FeatureUtility::CheckFeatureDisabled(const String& feature)
217{
218 return CheckFeatureInternal(feature, true);
219}
220
221bool FeatureUtility::CheckFeatureInternal(const String& feature, bool check_disabled)
222{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected