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

Method getMaxReadKey

fdbclient/ReadYourWrites.actor.cpp:2649–2654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2647}
2648
2649KeyRef ReadYourWritesTransaction::getMaxReadKey() {
2650 if (options.readSystemKeys)
2651 return systemKeys.end;
2652 else
2653 return normalKeys.end;
2654}
2655
2656KeyRef ReadYourWritesTransaction::getMaxWriteKey() {
2657 if (options.writeSystemKeys)

Calls

no outgoing calls

Tested by

no test coverage detected