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

Method TCPSocket

src/platform/Network.cpp:146–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146TCPSocket::TCPSocket(RW_handler rw_handler, D_handler d_handler)
147 : rw_handler(std::move(rw_handler)), d_handler(std::move(d_handler)) {}
148
149void TCPSocket::close() {
150 if (impl) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected