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

Method lock

valdi/src/valdi/runtime/Context/ViewNodeTree.cpp:722–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 _updateFunctions.emplace_back(std::move(updateFunction), std::move(completion), std::move(traceTrigger));
721
722 if (!_updating) {
723 runUpdates();
724 }
725}
726
727TrackedLock ViewNodeTree::lock() const {

Callers

nothing calls this directly

Calls 1

TrackedLockClass · 0.85

Tested by

no test coverage detected