Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_num_buffers
Function
get_num_buffers
src/include/buffer.h:998–998 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
996
997
uint64_t get_wasted_space() const;
998
unsigned get_num_buffers() const { return _num; }
999
const ptr_node& front() const { return _buffers.front(); }
1000
const ptr_node& back() const { return _buffers.back(); }
1001
Callers
2
write_fd
Method · 0.50
send_fd
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected