MCPcopy 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
85Array::Ptr User::GetTypes() const
86{
87 return m_Types.load();
88}
89
90void User::SetTypes(const Array::Ptr& value, bool suppress_events, const Value& cookie)
91 {

Callers 1

HandleRequestMethod · 0.45

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected