| 10 | }, InitializePriority::FreezeNamespaces); |
| 11 | |
| 12 | ApiAction::ApiAction(std::vector<String> types, Callback action) |
| 13 | : m_Types(std::move(types)), m_Callback(std::move(action)) |
| 14 | { } |
| 15 | |
| 16 | Value ApiAction::Invoke(const ConfigObject::Ptr& target, const ApiUser::Ptr& user, const Dictionary::Ptr& params) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected