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

Method load_config

runners/BaseRunner.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 });
306}
307void BaseRunner::load_config(td::Promise<td::Unit> promise) {
308 promise.set_value(td::Unit());
309}
310void BaseRunner::load_config_completed() {
311 initialize_http_server([self_id = actor_id(this)](td::Result<td::Unit> R) {
312 if (R.is_error()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected