Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ send_fd
Method
send_fd
src/common/buffer.cc:1970–1972 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1968
}
1969
1970
int buffer::list::send_fd(int fd) const {
1971
return buffer::list::write_fd(fd);
1972
}
1973
1974
int buffer::list::write_fd(int fd, uint64_t offset) const
1975
{
Callers
1
do_accept
Method · 0.80
Calls
6
send
Class · 0.85
ceph_sock_errno
Function · 0.85
cbegin
Function · 0.50
get_num_buffers
Function · 0.50
length
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected