Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ copy
Function
copy
src/include/buffer.h:708–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
void copy(unsigned len, std::string &dest);
707
template<typename A>
708
void copy(unsigned len, std::vector<uint8_t,A>& u8v) {
709
u8v.resize(len);
710
copy(len, (char*)u8v.data());
711
}
712
713
void copy_all(list &dest);
714
Callers
15
get_ptr
Method · 0.70
decode
Function · 0.70
decode
Method · 0.70
update_mgrmap
Function · 0.50
ll_write_block
Method · 0.50
dup
Method · 0.50
generate_test_instances
Method · 0.50
encode
Method · 0.50
clone
Method · 0.50
bluestore_blob_use_tracker_t
Method · 0.50
bluestore_types.cc
File · 0.50
_set_cache_sizes
Method · 0.50
Calls
2
resize
Method · 0.45
data
Method · 0.45
Tested by
7
TEST
Function · 0.40
TEST_F
Function · 0.40
fio_ceph_os_queue
Function · 0.40
dispatch_write
Method · 0.40
print_osd_map
Method · 0.40
print_osd_map
Method · 0.40
create_check_transaction1
Function · 0.40