| 442 | }); |
| 443 | } |
| 444 | void BaseRunner::custom_initialize_completed() { |
| 445 | initialization_completed(); |
| 446 | } |
| 447 | void BaseRunner::initialization_failure(td::Status error) { |
| 448 | LOG(FATAL) << "failed to initialize: " << error; |
| 449 | } |
nothing calls this directly
no outgoing calls
no test coverage detected