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

Method getRootView

valdi/test/runtime/ViewNode_tests.cpp:3143–3145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3141 }
3142
3143 DummyView getRootView() const {
3144 return getDummyView(root->getView());
3145 }
3146
3147 int countViewChildren(ViewNode* viewNode) {
3148 int viewChildren = 0;

Callers 3

TEST_PFunction · 0.45
getRootViewFunction · 0.45

Calls 2

getDummyViewFunction · 0.85
getViewMethod · 0.45

Tested by

no test coverage detected