MCPcopy 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_fdMethod · 0.50
send_fdMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected