MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / initialization_failure

Method initialization_failure

runners/BaseRunner.cpp:447–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 initialization_completed();
446}
447void BaseRunner::initialization_failure(td::Status error) {
448 LOG(FATAL) << "failed to initialize: " << error;
449}
450
451void BaseRunner::initialization_completed() {
452 is_initialized_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected