MCPcopy 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
29DummyView DummyView::getChild(size_t index) {
30 return DummyView(_impl->getChild(index));
31}
32
33DummyView& DummyView::addChild(DummyView child) {
34 _impl->addChild(child._impl);

Callers 9

TEST_PFunction · 0.45
YGNodeFreeFunction · 0.45
YGNodeFreeRecursiveFunction · 0.45
YGNodeRemoveAllChildrenFunction · 0.45
YGNodeGetChildFunction · 0.45
operator*Method · 0.45
nextMethod · 0.45
skipContentsNodesMethod · 0.45
beginMethod · 0.45

Calls 1

DummyViewClass · 0.85

Tested by

no test coverage detected