MCPcopy Create free account
hub / github.com/FlightGear/flightgear / details

Method details

3rdparty/cppunit/src/cppunit/Message.cpp:95–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95std::string
96Message::details() const
97{
98 std::string details;
99 for ( Details::const_iterator it = m_details.begin(); it != m_details.end(); ++it )
100 {
101 details += "- ";
102 details += *it;
103 details += '\n';
104 }
105 return details;
106}
107
108
109void

Callers 3

printFailureMessageMethod · 0.80
whatMethod · 0.80
printFailureDetailMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected