MCPcopy Create free account
hub / github.com/bcndev/bytecoin / write_some

Method write_some

src/platform/Network.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226size_t TCPSocket::write_some(const void *val, size_t count) {
227 qint64 res = (impl && ready) ? impl->write(reinterpret_cast<const char *>(val), count) : 0;
228 return res;
229}
230
231void TCPSocket::shutdown_both() {
232 if (impl)

Callers

nothing calls this directly

Calls 2

start_writeMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected