Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
bool Type::IsAbstract() const
145
{
146
return ((GetAttributes() & TAAbstract) != 0);
147
}
148
149
bool Type::IsAssignableFrom(const Type::Ptr& other) const
150
{
Callers
5
FindTargets
Method · 0.45
GetTargetByName
Method · 0.45
HandleRequest
Method · 0.45
GetTemplate
Method · 0.45
GetTemplates
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected