Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getFilename
Method
getFilename
fdbrpc/sim2.actor.cpp:590–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
588
Future<int64_t> size() const override { return size_impl(this); }
589
590
std::string getFilename() const override { return actualFilename; }
591
592
~SimpleFile() override {
593
_close(h);
Callers
9
disableRateControl
Function · 0.45
Future<Void> _parsePartitionedLogFileOnLoader
Function · 0.45
incrementalTruncate
Method · 0.45
replaceFile
Method · 0.45
push
Method · 0.45
Future<Standalone<VectorRef<KeyValueRef>>> decodeLogFileBlock
Function · 0.45
decodeBlock
Method · 0.45
dumpProgress
Method · 0.45
decodeToVersion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected