MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / getCacheSize

Method getCacheSize

ASAP/ASAP_Window.cpp:333–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333unsigned long long ASAP_Window::getCacheSize() const {
334 PathologyViewer* view = this->findChild<PathologyViewer*>("pathologyView");
335 if (view) {
336 return view->getCacheSize();
337 }
338 else {
339 return 0;
340 }
341}
342
343void ASAP_Window::setupUi()
344{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected