Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ NumChildren
Method
NumChildren
tensorflow/lite/testing/message_test.cc:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
void Finish() override { finished_ = true; }
43
44
int NumChildren() const { return Children().size(); }
45
46
const TestMessage* GetChild(int i) const {
47
return dynamic_cast<TestMessage*>(Children()[i].get());
Callers
1
TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected