| 107 | } |
| 108 | |
| 109 | bool ValdiRuntimeTweaks::disableJsLogging() const { |
| 110 | auto configKey = StringCache::getGlobal().makeStringFromLiteral(std::string_view("VALDI_DISABLE_JS_LOGGING")); |
| 111 | return _tweakValueProvider->getBool(configKey, false); |
| 112 | } |
| 113 | |
| 114 | bool ValdiRuntimeTweaks::enableRenderRequestContextFix() const { |
| 115 | auto configKey = |
no test coverage detected