| 445 | initialization_completed(); |
| 446 | } |
| 447 | void BaseRunner::initialization_failure(td::Status error) { |
| 448 | LOG(FATAL) << "failed to initialize: " << error; |
| 449 | } |
| 450 | |
| 451 | void BaseRunner::initialization_completed() { |
| 452 | is_initialized_ = true; |
nothing calls this directly
no outgoing calls
no test coverage detected