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

Method DoRefreshDBWork

RedisStudio/RedisDataUI.cpp:424–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void RedisDataUI::DoRefreshDBWork()
425{
426 m_pWork.reset(new Base::RunnableAdapter<RedisDataUI>(*this, &RedisDataUI::BackgroundWorkForRefreshDB));
427 try
428 {
429 m_oThread.start(*m_pWork);
430 }
431 catch (std::exception& ex)
432 {
433 (void)(ex);
434 }
435}
436
437void RedisDataUI::DoPaginateWork()
438{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.80
startMethod · 0.80

Tested by

no test coverage detected