MCPcopy Create free account
hub / github.com/Uncodin/bypass / append

Method append

src/element.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void Element::append(const Element& child) {
61 children.push_back(Element(child));
62 }
63
64 Element Element::operator[](size_t i) {
65 return children[i];

Callers 5

BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
parseMethod · 0.45
handleBlockMethod · 0.45
recurseElementMethod · 0.45

Calls 1

ElementClass · 0.70

Tested by 2

BOOST_FIXTURE_TEST_CASEFunction · 0.36
BOOST_FIXTURE_TEST_CASEFunction · 0.36