| 12 | thread_local CheckCommand::Ptr CheckCommand::ExecuteOverride; |
| 13 | |
| 14 | void 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 | } |