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

Method enableMmapModuleArchives

valdi/src/valdi/runtime/ValdiRuntimeTweaks.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool ValdiRuntimeTweaks::enableMmapModuleArchives() const {
131 return getConfigKey("VALDI_ENABLE_MMAP_MODULE_ARCHIVES");
132}
133
134bool ValdiRuntimeTweaks::enableModuleLoadDiagnostics() const {
135 return getConfigKey("VALDI_ENABLE_MODULE_LOAD_DIAGNOSTICS");

Callers 1

getBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected