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

Method getDebugId

valdi/src/valdi/runtime/Context/ViewNode.cpp:1863–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1861void ViewNode::setPrefersLazyLayout(ViewTransactionScope& viewTransactionScope, bool prefersLazyLayout) {
1862 _flags[kPrefersLazyLayoutFlag] = prefersLazyLayout;
1863 updateIsLazyLayout(viewTransactionScope);
1864}
1865
1866void ViewNode::updateIsLazyLayout(ViewTransactionScope& viewTransactionScope) {
1867 setIsLazyLayout(viewTransactionScope,
1868 !managesChildFrames() &&

Callers 5

TEST_PFunction · 0.45
findViewNodesWithIdFunction · 0.45
moveViewToTreeMethod · 0.45

Calls 1

getNodeIdMethod · 0.45

Tested by 2

TEST_PFunction · 0.36
findViewNodesWithIdFunction · 0.36