MCPcopy Create free account
hub / github.com/apple/foundationdb / write

Method write

flow/Net2Packet.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void SplitBuffer::write(const void* data, int len) {
95 write(data, len, 0);
96}
97
98void SplitBuffer::write(const void* data, int len, int offset) {
99 if (len + offset <= first_length)

Callers 14

actionMethod · 0.45
makeChainMethod · 0.45
writerMethod · 0.45
_print_vectorFunction · 0.45
makePublicFunction · 0.45
test_get_check_hashMethod · 0.45
test_get_is_presentMethod · 0.45

Calls 2

memcpyFunction · 0.85
writeFunction · 0.70

Tested by 4

test_get_check_hashMethod · 0.36
test_get_is_presentMethod · 0.36