| 65 | } |
| 66 | |
| 67 | void OnContextEvent(void* handle, const char* message, const char* details_json, void*) |
| 68 | { |
| 69 | getRuntime()->dispatch_context_sink(reinterpret_cast<MaaContext*>(handle), message, details_json); |
| 70 | } |
| 71 |
nothing calls this directly
no test coverage detected