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

Method setCacheSize

ASAP/PathologyViewer.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void PathologyViewer::setCacheSize(unsigned long long& maxCacheSize) {
99 if (_cache) {
100 _cache->setMaxCacheSize(maxCacheSize);
101 }
102}
103
104void PathologyViewer::resizeEvent(QResizeEvent *event) {
105 QRect rect = QRect(QPoint(0, 0), event->size());

Callers

nothing calls this directly

Calls 1

setMaxCacheSizeMethod · 0.80

Tested by

no test coverage detected