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

Method enableDeferredGC

valdi/src/valdi/runtime/ValdiRuntimeTweaks.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34bool ValdiRuntimeTweaks::enableDeferredGC() const {
35 return getConfigKey("VALDI_ENABLE_DEFERRED_GC");
36}
37
38bool ValdiRuntimeTweaks::enableCommonJsModuleLoader() const {
39 return getConfigKey("VALDI_ENABLE_COMMONJS_MODULE_LOADER");

Callers 2

TEST_PMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PMethod · 0.36