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

Method hasByteLimit

fdbclient/NativeAPI.actor.cpp:2738–2740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2736}
2737
2738bool GetRangeLimits::hasByteLimit() {
2739 return bytes != GetRangeLimits::BYTE_LIMIT_UNLIMITED;
2740}
2741
2742bool GetRangeLimits::hasRowLimit() {
2743 return rows != GetRangeLimits::ROW_LIMIT_UNLIMITED;

Calls

no outgoing calls

Tested by

no test coverage detected