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

Method beginBlock

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

Source from the content-addressed store, hash-verified

3560 static TaskParam<Version> beginVersion() { return LiteralStringRef(__FUNCTION__); }
3561 static TaskParam<std::string> beginFile() { return LiteralStringRef(__FUNCTION__); }
3562 static TaskParam<int64_t> beginBlock() { return LiteralStringRef(__FUNCTION__); }
3563 static TaskParam<int64_t> batchSize() { return LiteralStringRef(__FUNCTION__); }
3564 static TaskParam<int64_t> remainingInBatch() { return LiteralStringRef(__FUNCTION__); }
3565 } Params;

Callers 2

_finishMethod · 0.80
addTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected