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

Method rpc_server_initialized

runners/BaseRunner.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 promise.set_value(td::Unit());
397}
398void BaseRunner::rpc_server_initialized() {
399 coro_init().start().detach("BaseRunner::coro_init");
400}
401
402td::actor::Task<td::Unit> BaseRunner::try_run_initialization_task(td::Slice name, td::actor::Task<td::Unit> task) {
403 auto r = co_await std::move(task).wrap();

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected