MCPcopy 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
856void AssetsManager::beginPauseUpdates() {
857 auto guard = lock();
858 _pauseUpdatesCount++;
859}
860
861void AssetsManager::flushUpdates() {
862 auto guard = lock();

Callers 2

TESTFunction · 0.80
runUpdatesInnerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64