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

Method GetName

lib/remote/apifunction.hpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 ApiFunction(const char* name, Callback function);
30
31 const char* GetName() const noexcept
32 {
33 return m_Name;
34 }
35
36 Value Invoke(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& arguments);
37

Callers 15

GetTargetForTemplateMethod · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45
SyncLocalZoneDirMethod · 0.45
SendConfigUpdateMethod · 0.45
ConfigUpdateHandlerMethod · 0.45
HandleConfigUpdateMethod · 0.45
GetTargetForVarMethod · 0.45
CanAccessConfigObjectMethod · 0.45
EvaluateFilterMethod · 0.45
HasPermissionMethod · 0.45
HandleRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected