| 305 | }); |
| 306 | } |
| 307 | void BaseRunner::load_config(td::Promise<td::Unit> promise) { |
| 308 | promise.set_value(td::Unit()); |
| 309 | } |
| 310 | void BaseRunner::load_config_completed() { |
| 311 | initialize_http_server([self_id = actor_id(this)](td::Result<td::Unit> R) { |
| 312 | if (R.is_error()) { |
nothing calls this directly
no outgoing calls
no test coverage detected