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

Method getChildrenCount

valdi/test/utils/valdi_test_utils.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25size_t DummyView::getChildrenCount() const {
26 return _impl->getChildren().size();
27}
28
29DummyView DummyView::getChild(size_t index) {
30 return DummyView(_impl->getChild(index));

Callers 1

TEST_PFunction · 0.80

Calls 2

getChildrenMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected