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

Method IsAbstract

lib/config/configitem.cpp:90–93  ·  view source on GitHub ↗

* Checks whether the item is abstract. * * @returns true if the item is abstract, false otherwise. */

Source from the content-addressed store, hash-verified

88 * @returns true if the item is abstract, false otherwise.
89 */
90bool ConfigItem::IsAbstract() const
91{
92 return m_Abstract;
93}
94
95bool ConfigItem::IsDefaultTemplate() const
96{

Callers 1

ValidateNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected