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

Method setKeyUnlimited

fdbclient/FDBTypes.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void KeySelectorRef::setKeyUnlimited(KeyRef const& key) {
55 this->key = key;
56}
57
58std::string KeySelectorRef::toString() const {
59 if (offset > 0) {

Calls

no outgoing calls

Tested by

no test coverage detected