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

Method batchFuture

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

Source from the content-addressed store, hash-verified

154 return configSpace.pack(LiteralStringRef(__FUNCTION__));
155 }
156 KeyBackedProperty<Key> batchFuture() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
157 KeyBackedProperty<Version> beginVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
158 KeyBackedProperty<Version> restoreVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
159 KeyBackedProperty<Version> firstConsistentVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }

Callers 1

_finishMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected