Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_P
Function · 0.45
getRootView
Function · 0.45
setLayoutSpecsToContextIfNeeded
Method · 0.45
Calls
2
getDummyView
Function · 0.85
getView
Method · 0.45
Tested by
no test coverage detected