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

Method enqueue

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

Source from the content-addressed store, hash-verified

44}
45
46void DeferredViewTransaction::enqueue(DeferredViewTransactionOperation&& operation) {
47 _operations.emplace_back(std::move(operation));
48}
49
50void DeferredViewTransaction::willUpdateRootView(const Ref<View>& view) {
51 enqueue([=](IViewTransaction& transaction) { transaction.willUpdateRootView(view); });

Callers 13

TESTFunction · 0.45
setValueMethod · 0.45
dispatchOnJsThreadMethod · 0.45
loadAssetMethod · 0.45
enqueueEventMethod · 0.45
TESTFunction · 0.45
dispatchMethod · 0.45
setupJsRuntimeMethod · 0.45
asyncMethod · 0.45
asyncAfterMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
setValueMethod · 0.36
dispatchOnJsThreadMethod · 0.36
loadAssetMethod · 0.36
enqueueEventMethod · 0.36
TESTFunction · 0.36