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

Method endKey

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

Source from the content-addressed store, hash-verified

1046 static struct {
1047 static TaskParam<Key> beginKey() { return LiteralStringRef(__FUNCTION__); }
1048 static TaskParam<Key> endKey() { return LiteralStringRef(__FUNCTION__); }
1049 static TaskParam<bool> addBackupRangeTasks() { return LiteralStringRef(__FUNCTION__); }
1050 } Params;
1051

Callers 5

toStringMethod · 0.45
Future<Key> addTaskFunction · 0.45
Future<Void> _executeFunction · 0.45
Future<Void> _finishFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected