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