MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / writev

Method writev

net/rsocket/rsocket.cpp:319–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 return rfd.write(m_timeout, buf, count);
318 }
319 ssize_t writev(const struct iovec* iov, int iovcnt) override {
320 return rfd.writev(m_timeout, iov, iovcnt);
321 }
322};
323
324struct SocketOpt {

Callers

nothing calls this directly

Calls 1

writevMethod · 0.45

Tested by

no test coverage detected