| 132 | StringCache::getGlobal().makeStringFromLiteral(std::string_view("VALDI_MAX_VIEW_OPERATIONS_PROCESSING_TIME")); |
| 133 | return _tweakValueProvider->getInt(configKey, 0) > 0; |
| 134 | } |
| 135 | |
| 136 | bool ValdiRuntimeTweaks::enableMmapModuleArchives() const { |
| 137 | return getConfigKey("VALDI_ENABLE_MMAP_MODULE_ARCHIVES"); |
| 138 | } |
| 139 |
no outgoing calls
no test coverage detected