| 60 | } |
| 61 | |
| 62 | void OnTaskerEvent(void* handle, const char* message, const char* details_json, void*) |
| 63 | { |
| 64 | getRuntime()->dispatch_tasker_sink(reinterpret_cast<MaaTasker*>(handle), message, details_json); |
| 65 | } |
| 66 | |
| 67 | void OnContextEvent(void* handle, const char* message, const char* details_json, void*) |
| 68 | { |
nothing calls this directly
no test coverage detected