Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/cocoon
/ loop
Method
loop
tee/cocoon/utils.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void loop() override {
105
if (auto s = do_loop(); s.is_error()) {
106
stop();
107
}
108
}
109
110
td::Pipe left_inner_;
111
td::SslStreamHelper left_ssl_;
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected