| 52 | } |
| 53 | |
| 54 | bool ValdiRuntimeTweaks::shouldNudgeJSThread() const { |
| 55 | return getConfigKey("VALDI_ENABLE_JSTHREAD_NUDGE"); |
| 56 | } |
| 57 | |
| 58 | bool ValdiRuntimeTweaks::disablePersistentStoreEncryption() const { |
| 59 | return getConfigKey("VALDI_DISABLE_PERSISTENT_STORE_ENCRYPTION"); |
no outgoing calls
no test coverage detected