Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
size_t DummyView::getChildrenCount() const {
26
return _impl->getChildren().size();
27
}
28
29
DummyView DummyView::getChild(size_t index) {
30
return DummyView(_impl->getChild(index));
Callers
1
TEST_P
Function · 0.80
Calls
2
getChildren
Method · 0.65
size
Method · 0.45
Tested by
no test coverage detected