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

Function rangeQuery

fdbserver/storageserver.actor.cpp:4062–4064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4060}
4061
4062bool rangeQuery(const std::string& s) {
4063 return s == "{...}";
4064}
4065
4066// create a vector of Optional<Tuple>
4067// in case of a singleKeyOrValue, insert an empty Tuple to vector as placeholder

Callers 1

preprocessMappedKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected