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

Method sourceContainerURL

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

Get the source container as a bare URL, without creating a container instance

Source from the content-addressed store, hash-verified

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
167 // Total bytes written by all log and range restore tasks.
168 KeyBackedBinaryValue<int64_t> bytesWritten() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }

Callers 1

getFullStatus_implMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected