Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ beginPauseUpdates
Method
beginPauseUpdates
valdi/src/valdi/runtime/Resources/AssetsManager.cpp:856–859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
854
}
855
856
void AssetsManager::beginPauseUpdates() {
857
auto guard = lock();
858
_pauseUpdatesCount++;
859
}
860
861
void AssetsManager::flushUpdates() {
862
auto guard = lock();
Callers
2
TEST
Function · 0.80
runUpdatesInner
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64