Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ size
Method
size
fdbclient/BackupContainerLocalDirectory.actor.cpp:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
int64_t size() const override { return m_buffer.size() + m_writeOffset; }
83
84
Future<Void> finish() override { return finish_impl(Reference<BackupFile>::addRef(this)); }
85
Callers
5
append
Method · 0.45
flush
Method · 0.45
finish_impl
Method · 0.45
FilesAndSizesT> listFiles_impl
Method · 0.45
deleteContainer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected