| 389 | } |
| 390 | |
| 391 | MaaSinkId RemoteTasker::add_context_sink(MaaEventCallback callback, void* trans_arg) |
| 392 | { |
| 393 | LogError << "Can NOT add sink for remote instance, use AgentServer.add_context_sink instead" << VAR_VOIDP(callback) |
| 394 | << VAR_VOIDP(trans_arg); |
| 395 | return MaaInvalidId; |
| 396 | } |
| 397 | |
| 398 | void RemoteTasker::remove_context_sink(MaaSinkId sink_id) |
| 399 | { |
nothing calls this directly
no outgoing calls
no test coverage detected