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

Method batchSize

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

Source from the content-addressed store, hash-verified

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;
3566

Callers 2

_finishMethod · 0.80
addTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected