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

Method IsAbstract

lib/base/type.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144bool Type::IsAbstract() const
145{
146 return ((GetAttributes() & TAAbstract) != 0);
147}
148
149bool Type::IsAssignableFrom(const Type::Ptr& other) const
150{

Callers 5

FindTargetsMethod · 0.45
GetTargetByNameMethod · 0.45
HandleRequestMethod · 0.45
GetTemplateMethod · 0.45
GetTemplatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected