Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ clear
Function
clear
src/include/buffer.h:1045–1050 ·
view source on GitHub ↗
modifiers
Source
from the content-addressed store, hash-verified
1043
1044
// modifiers
1045
void clear() noexcept {
1046
_carriage = &always_empty_bptr;
1047
_buffers.clear_and_dispose();
1048
_len = 0;
1049
_num = 0;
1050
}
1051
void push_back(const ptr& bp) {
1052
if (bp.length() == 0)
1053
return;
Callers
15
share
Function · 0.70
intersection_of
Method · 0.70
union_of
Method · 0.70
span_of
Method · 0.70
chunk_refs_t
Method · 0.50
put
Method · 0.50
bluestore_types.cc
File · 0.50
init
Method · 0.50
split
Method · 0.50
matrix_2d
Method · 0.50
~bluestore_blob_use_tracker_t
Method · 0.50
prune_tail
Method · 0.50
Calls
1
clear_and_dispose
Method · 0.45
Tested by
15
SetUp
Method · 0.40
RmKeysByPrefix
Method · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
SetUp
Method · 0.40
TearDown
Method · 0.40
test_merge_log
Method · 0.40
test_proc_replica_log
Method · 0.40
TEST_F
Function · 0.40
TearDown
Method · 0.40