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

Method custom_initialize_completed

runners/BaseRunner.cpp:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 });
443}
444void BaseRunner::custom_initialize_completed() {
445 initialization_completed();
446}
447void BaseRunner::initialization_failure(td::Status error) {
448 LOG(FATAL) << "failed to initialize: " << error;
449}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected