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

Method writev

common/memory-stream/memory-stream.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 virtual ssize_t writev(const struct iovec* iov, int iovcnt) override {
194 if (m_flags & 2)
195 IF_GEN_FAULT_RETURN(-1);
196 return m_stream->writev(iov, iovcnt);
197 }
198
199};
200

Callers 2

writevMethod · 0.45
writevMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected