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