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

Method beginKey

fdbclient/RYWIterator.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67ExtStringRef RYWIterator::beginKey() {
68 return begin_key_cmp <= 0 ? writes.beginKey() : cache.beginKey();
69}
70ExtStringRef RYWIterator::endKey() {
71 return end_key_cmp <= 0 ? cache.endKey() : writes.endKey();
72}

Calls

no outgoing calls

Tested by

no test coverage detected