Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void KeySelectorRef::setKeyUnlimited(KeyRef const& key) {
55
this->key = key;
56
}
57
58
std::string KeySelectorRef::toString() const {
59
if (offset > 0) {
Callers
4
Future<Void> getKeyValuesQ
Function · 0.80
Future<Void> getMappedKeyValuesQ
Function · 0.80
Future<Void> getKeyValuesStreamQ
Function · 0.80
Future<Void> getKeyQ
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected