MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / write

Method write

tdport/td/net/SslStream.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 size_t write(Slice data) {
307 output_.append(data);
308 return data.size();
309 }
310
311 private:
312 SslStreamImpl *stream_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected