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

Class UpdateStep

valdi/test/runtime/ViewNode_tests.cpp:3070–3075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3068}
3069
3070struct UpdateStep {
3071 Ref<ViewNode> node;
3072 DummyView expectedView;
3073
3074 UpdateStep(const Ref<ViewNode>& node, DummyView expectedView) : node(node), expectedView(std::move(expectedView)) {}
3075};
3076
3077struct UpdateViewsOnLayoutNodes {
3078 Ref<ViewNode> root;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68