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

Method sourceContainer

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

Source from the content-addressed store, hash-verified

159 KeyBackedProperty<Version> firstConsistentVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
160
161 KeyBackedProperty<Reference<IBackupContainer>> sourceContainer() {
162 return configSpace.pack(LiteralStringRef(__FUNCTION__));
163 }
164 // Get the source container as a bare URL, without creating a container instance
165 KeyBackedProperty<Value> sourceContainerURL() { return configSpace.pack(LiteralStringRef("sourceContainer")); }
166

Callers 4

_executeMethod · 0.45
_executeMethod · 0.45
_executeMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected