Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/cocoon
/ answer_error
Method
answer_error
net/TcpClient.hpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
destroy();
83
}
84
void answer_error(td::Status error) {
85
promise_.set_error(std::move(error));
86
destroy();
87
}
88
void destroy();
89
90
private:
Callers
nothing calls this directly
Calls
1
set_error
Method · 0.80
Tested by
no test coverage detected