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

Method setCacheSize

ASAP/ASAP_Window.cpp:326–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void ASAP_Window::setCacheSize(const unsigned long long& cacheMaxByteSize) {
327 PathologyViewer* view = this->findChild<PathologyViewer*>("pathologyView");
328 if (view) {
329 view->setCacheSize(_cacheMaxByteSize);
330 }
331}
332
333unsigned long long ASAP_Window::getCacheSize() const {
334 PathologyViewer* view = this->findChild<PathologyViewer*>("pathologyView");

Callers 1

ASAP_WindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected