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

Method didUpdateRootView

valdi/src/valdi/runtime/Views/DeferredViewTransaction.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void DeferredViewTransaction::didUpdateRootView(const Ref<View>& view, bool layoutDidBecomeDirty) {
55 enqueue([=](IViewTransaction& transaction) { transaction.didUpdateRootView(view, layoutDidBecomeDirty); });
56}
57
58void DeferredViewTransaction::moveViewToTree(const Ref<View>& view, ViewNodeTree* viewNodeTree, ViewNode* viewNode) {
59 enqueue(

Callers 1

submitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected