| 10 | }, InitializePriority::FreezeNamespaces); |
| 11 | |
| 12 | ApiFunction::ApiFunction(const char* name, Callback function) |
| 13 | : m_Name(name), m_Callback(std::move(function)) |
| 14 | { } |
| 15 | |
| 16 | Value ApiFunction::Invoke(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& arguments) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected