Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getChild
Method
getChild
valdi/test/utils/valdi_test_utils.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
DummyView DummyView::getChild(size_t index) {
30
return DummyView(_impl->getChild(index));
31
}
32
33
DummyView& DummyView::addChild(DummyView child) {
34
_impl->addChild(child._impl);
Callers
9
TEST_P
Function · 0.45
YGNodeFree
Function · 0.45
YGNodeFreeRecursive
Function · 0.45
YGNodeRemoveAllChildren
Function · 0.45
YGNodeGetChild
Function · 0.45
operator*
Method · 0.45
next
Method · 0.45
skipContentsNodes
Method · 0.45
begin
Method · 0.45
Calls
1
DummyView
Class · 0.85
Tested by
no test coverage detected