| 384 | } |
| 385 | |
| 386 | void RemoteTasker::clear_sinks() |
| 387 | { |
| 388 | LogError << "Can NOT clear sink for remote instance"; |
| 389 | } |
| 390 | |
| 391 | MaaSinkId RemoteTasker::add_context_sink(MaaEventCallback callback, void* trans_arg) |
| 392 | { |
nothing calls this directly
no outgoing calls
no test coverage detected