Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TelegramMessenger/cocoon
/ flow_write
Method
flow_write
tdport/td/net/SslStream.cpp:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
return read_flow_.read(slice);
219
}
220
size_t flow_write(Slice slice) {
221
return write_flow_.write(slice);
222
}
223
224
private:
225
SslHandle ssl_handle_;
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected