We are using OpenSlides caching system instead of our own.
| 18 | |
| 19 | // We are using OpenSlides caching system instead of our own. |
| 20 | void DICOMImage::setCacheSize(const unsigned long long cacheSize) { |
| 21 | |
| 22 | } |
| 23 | |
| 24 | bool DICOMImage::initializeType(const std::string& imagePath) { |
| 25 | std::unique_lock<std::shared_mutex> l(*_openCloseMutex); |
nothing calls this directly
no outgoing calls
no test coverage detected