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

Method Invoke

lib/remote/apiaction.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{ }
15
16Value ApiAction::Invoke(const ConfigObject::Ptr& target, const ApiUser::Ptr& user, const Dictionary::Ptr& params)
17{
18 return m_Callback(target, user, params);
19}
20
21const std::vector<String>& ApiAction::GetTypes() const
22{

Callers 3

GetTargetByNameMethod · 0.45
MessageHandlerMethod · 0.45
HandleRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected