Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ addElement
Method
addElement
3rdparty/cppunit/src/cppunit/XmlElement.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
void
93
XmlElement::addElement( XmlElement *node )
94
{
95
m_elements.push_back( node );
96
}
97
98
99
int
Callers
6
addFailedTests
Method · 0.80
addSuccessfulTests
Method · 0.80
addStatistics
Method · 0.80
addFailedTest
Method · 0.80
addFailureLocation
Method · 0.80
addSuccessfulTest
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected