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

Method hasRowLimit

fdbclient/NativeAPI.actor.cpp:2742–2744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2740}
2741
2742bool GetRangeLimits::hasRowLimit() {
2743 return rows != GetRangeLimits::ROW_LIMIT_UNLIMITED;
2744}
2745
2746bool GetRangeLimits::hasSatisfiedMinRows() {
2747 return hasByteLimit() && minRows == 0;

Calls

no outgoing calls

Tested by

no test coverage detected