MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / appendChild

Method appendChild

erpcgen/src/AstNode.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void AstNode::appendChild(AstNode *node)
134{
135 if (node)
136 {
137 node->setParent(this);
138 }
139 m_children.push_back(node);
140}
141
142size_t AstNode::getIndexOfChild(const AstNode *child)
143{

Callers 1

handleUnionMethod · 0.80

Calls 2

push_backMethod · 0.80
setParentMethod · 0.45

Tested by

no test coverage detected