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

Function copyParameter

fdbclient/BackupAgentBase.actor.cpp:144–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142const Key BackupAgentBase::keySourceTagName = "source_tagname"_sr;
143
144bool copyParameter(Reference<Task> source, Reference<Task> dest, Key key) {
145 if (source) {
146 dest->params[key] = source->params[key];
147 return true;
148 }
149
150 return false;
151}
152
153Version getVersionFromString(std::string const& value) {
154 Version version = invalidVersion;

Callers 1

copyDefaultParametersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected