Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetTypes
Method
GetTypes
lib/icinga/user.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
Array::Ptr User::GetTypes() const
86
{
87
return m_Types.load();
88
}
89
90
void User::SetTypes(const Array::Ptr& value, bool suppress_events, const Value& cookie)
91
{
Callers
1
HandleRequest
Method · 0.45
Calls
1
load
Method · 0.80
Tested by
no test coverage detected