Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void SplitBuffer::write(const void* data, int len) {
95
write(data, len, 0);
96
}
97
98
void SplitBuffer::write(const void* data, int len, int offset) {
99
if (len + offset <= first_length)
Callers
14
Future<Void> zeroRangeHelper
Function · 0.45
IAsyncFile.actor.cpp
File · 0.45
action
Method · 0.45
makeChain
Method · 0.45
writer
Method · 0.45
_print_vector
Function · 0.45
Future<Void> benchIONet2Actor
Function · 0.45
makePublic
Function · 0.45
test_get_check_hash
Method · 0.45
test_get_check_hash_nested
Method · 0.45
test_get_is_present
Method · 0.45
test_get_is_present_nested
Method · 0.45
Calls
2
memcpy
Function · 0.85
write
Function · 0.70
Tested by
4
test_get_check_hash
Method · 0.36
test_get_check_hash_nested
Method · 0.36
test_get_is_present
Method · 0.36
test_get_is_present_nested
Method · 0.36