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

Method pack

fdbclient/FileBackupAgent.actor.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 Version endVersion{ ::invalidVersion }; // not meaningful for range files
201
202 Tuple pack() const {
203 return Tuple::makeTuple(version, fileName, (int)isRange, fileSize, blockSize, endVersion);
204 }
205 static RestoreFile unpack(Tuple const& t) {
206 RestoreFile r;
207 int i = 0;

Callers 15

stateEnumMethod · 0.45
addPrefixMethod · 0.45
removePrefixMethod · 0.45
onlyApplyMutationLogsMethod · 0.45
restoreRangeMethod · 0.45
restoreRangesMethod · 0.45
batchFutureMethod · 0.45
beginVersionMethod · 0.45
restoreVersionMethod · 0.45
sourceContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected