MCPcopy Create free account
hub / github.com/avast/retdec / addNode

Method addNode

src/demangler/borland_ast/node_array.cpp:33–36  ·  view source on GitHub ↗

* @brief Appends new node to array. * @param node Node to be added. */

Source from the content-addressed store, hash-verified

31 * @param node Node to be added.
32 */
33void NodeArray::addNode(std::shared_ptr<Node> node)
34{
35 _nodes.push_back(node);
36}
37
38/**
39 * @return true if size of nodes is 0, false otherwise.

Callers 4

parseFuncParamsMethod · 0.45
parseBackrefMethod · 0.45
parseTemplateParamsMethod · 0.45
parseTemplateBackrefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected