Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ lock
Method
lock
valdi/src/valdi/runtime/Resources/AssetsManager.cpp:960–962 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
958
auto update = transaction.dequeueUpdate();
959
if (!update) {
960
break;
961
}
962
963
if constexpr (kEnableAssetsLogs) {
964
VALDI_INFO(_logger,
"Performing asset update #{}"
, i);
965
}
Callers
2
schedulePerformUpdates
Method · 0.95
flushLoadRequests
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected