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

Method Execute

lib/icinga/checkcommand.cpp:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12thread_local CheckCommand::Ptr CheckCommand::ExecuteOverride;
13
14void CheckCommand::Execute(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr,
15 const WaitGroup::Ptr& producer, const Dictionary::Ptr& resolvedMacros, bool useResolvedMacros)
16{
17 GetExecute()->Invoke({
18 checkable,
19 cr,
20 producer,
21 resolvedMacros,
22 useResolvedMacros
23 });
24}

Callers

nothing calls this directly

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected