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

Method sendfile

net/pooled_socket.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 iovector_view((struct iovec*)iov, iovcnt).sum());
96 }
97 ssize_t sendfile(int in_fd, off_t offset, size_t count) override {
98 FORWARD_SOCK_ACT(less, sendfile(in_fd, offset, count), count);
99 }
100
101#undef FORWARD_SOCK_ACT
102};

Callers

nothing calls this directly

Calls 1

sendfileFunction · 0.85

Tested by

no test coverage detected