MCPcopy Create free account
hub / github.com/apache/brpc / IsWriteShutdown

Function IsWriteShutdown

src/brpc/socket.h:414–414  ·  view source on GitHub ↗

True if write of socket is shutdown.

Source from the content-addressed store, hash-verified

412
413 // True if write of socket is shutdown.
414 bool IsWriteShutdown() const { return _is_write_shutdown; }
415
416 int Write(butil::IOBuf *msg, const WriteOptions* options = NULL);
417

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected