Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
324
struct SocketOpt {
Callers
nothing calls this directly
Calls
1
writev
Method · 0.45
Tested by
no test coverage detected