MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetMaxPage

Method GetMaxPage

RedisStudio/RedisDataUI.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483std::size_t RedisDataUI::GetMaxPage()
484{
485 std::size_t maxPage = GetResult().RowSize()%m_iPageSize ? (GetResult().RowSize()/m_iPageSize)+1 : GetResult().RowSize()/m_iPageSize;
486 return maxPage;
487}
488
489RedisResult& RedisDataUI::GetResult()
490{

Callers

nothing calls this directly

Calls 1

RowSizeMethod · 0.80

Tested by

no test coverage detected