MCPcopy Create free account
hub / github.com/ceph/ceph / is_partial

Function is_partial

src/include/buffer.h:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 }
277 bool is_n_page_sized() const { return is_n_align_sized(CEPH_PAGE_SIZE); }
278 bool is_partial() const {
279 return have_raw() && (start() > 0 || end() < raw_length());
280 }
281
282 int get_mempool() const;
283 void reassign_to_mempool(int pool);

Callers 1

assert_validMethod · 0.50

Calls 3

have_rawFunction · 0.70
startFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected