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

Method beginKey

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

Source from the content-addressed store, hash-verified

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

Callers 6

toStringMethod · 0.45
finishRangeFileMethod · 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