MCPcopy 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_ptrMethod · 0.70
decodeFunction · 0.70
decodeMethod · 0.70
update_mgrmapFunction · 0.50
ll_write_blockMethod · 0.50
dupMethod · 0.50
encodeMethod · 0.50
cloneMethod · 0.50
bluestore_types.ccFile · 0.50
_set_cache_sizesMethod · 0.50

Calls 2

resizeMethod · 0.45
dataMethod · 0.45

Tested by 7

TESTFunction · 0.40
TEST_FFunction · 0.40
fio_ceph_os_queueFunction · 0.40
dispatch_writeMethod · 0.40
print_osd_mapMethod · 0.40
print_osd_mapMethod · 0.40