Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ read
Method
read
fdbserver/DiskQueue.actor.cpp:938–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
936
}
937
938
Future<Standalone<StringRef>> read(location from, location to, CheckHashes ch) override {
939
return read(this, from, to, ch);
940
}
941
942
int getMaxPayload() const { return Page::maxPayload; }
943
Callers
nothing calls this directly
Calls
7
pageFloor
Function · 0.85
mutateString
Function · 0.85
checkHash
Method · 0.80
substr
Method · 0.80
read
Function · 0.50
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected