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

Function claim

src/include/buffer.h:1099–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097 void reserve(size_t prealloc);
1098
1099 [[deprecated("in favor of operator=(list&&)")]] void claim(list& bl) {
1100 *this = std::move(bl);
1101 }
1102 void claim_append(list& bl);
1103 void claim_append(list&& bl) {
1104 claim_append(bl);

Callers 2

eraseMethod · 0.70
eraseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected