Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/cocoon
/ initialization_completed
Method
initialization_completed
runners/BaseRunner.cpp:451–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
void BaseRunner::initialization_completed() {
452
is_initialized_ = true;
453
LOG(INFO) <<
"initialization completed, running..."
;
454
}
455
456
/*
457
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected