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

Method useTopDownMoveOrder

valdi/src/valdi/runtime/ValdiRuntimeTweaks.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool ValdiRuntimeTweaks::useTopDownMoveOrder() const {
125 auto configKey =
126 StringCache::getGlobal().makeStringFromLiteral(std::string_view("VALDI_MAX_VIEW_OPERATIONS_PROCESSING_TIME"));
127 return _tweakValueProvider->getInt(configKey, 0) > 0;
128}
129
130bool ValdiRuntimeTweaks::enableMmapModuleArchives() const {
131 return getConfigKey("VALDI_ENABLE_MMAP_MODULE_ARCHIVES");

Callers 1

buildContextMethod · 0.80

Calls 3

getGlobalFunction · 0.85
makeStringFromLiteralMethod · 0.80
getIntMethod · 0.45

Tested by

no test coverage detected