| 242 | } |
| 243 | |
| 244 | MaaSinkId ControllerAgent::add_sink(MaaEventCallback callback, void* trans_arg) |
| 245 | { |
| 246 | return notifier_.add_sink(callback, trans_arg); |
| 247 | } |
| 248 | |
| 249 | void ControllerAgent::remove_sink(MaaSinkId sink_id) |
| 250 | { |
nothing calls this directly
no outgoing calls
no test coverage detected