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

Method endVersion

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

Source from the content-addressed store, hash-verified

2211 static struct {
2212 static TaskParam<Version> beginVersion() { return LiteralStringRef(__FUNCTION__); }
2213 static TaskParam<Version> endVersion() { return LiteralStringRef(__FUNCTION__); }
2214 static TaskParam<Key> destUidValue() { return LiteralStringRef(__FUNCTION__); }
2215 } Params;
2216

Callers 6

_executeMethod · 0.45
Future<Key> addTaskFunction · 0.45
Future<Void> _finishFunction · 0.45
addTaskMethod · 0.45
_finishMethod · 0.45
_finishFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected