Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_CASE
Function · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
parse
Method · 0.45
handleBlock
Method · 0.45
recurseElement
Method · 0.45
Calls
1
Element
Class · 0.70
Tested by
2
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36