MCPcopy Create free account
hub / github.com/Snapchat/Valdi / shouldNudgeJSThread

Method shouldNudgeJSThread

valdi/src/valdi/runtime/ValdiRuntimeTweaks.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool ValdiRuntimeTweaks::shouldNudgeJSThread() const {
55 return getConfigKey("VALDI_ENABLE_JSTHREAD_NUDGE");
56}
57
58bool ValdiRuntimeTweaks::disablePersistentStoreEncryption() const {
59 return getConfigKey("VALDI_DISABLE_PERSISTENT_STORE_ENCRYPTION");

Callers 1

setTweakValueProviderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected