Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ addAttribute
Method
addAttribute
3rdparty/cppunit/src/cppunit/XmlElement.cpp:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
76
void
77
XmlElement::addAttribute( std::string attributeName,
78
std::string value )
79
{
80
m_attributes.push_back( Attribute( attributeName, value ) );
81
}
82
83
84
void
Callers
2
addFailedTest
Method · 0.80
addSuccessfulTest
Method · 0.80
Calls
2
toString
Function · 0.85
push_back
Method · 0.80
Tested by
no test coverage detected