MCPcopy Create free account
hub / github.com/comaps/comaps / ToDebugString

Method ToDebugString

generator/generator_tests_support/test_feature.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189string TestPlace::ToDebugString() const
190{
191 ostringstream os;
192 os << "TestPlace { " << DebugPrint(m_names) << ", " << DebugPrint(m_center) << ", "
193 << classif().GetReadableObjectName(m_type) << ", " << int(m_rank) << " }";
194 return os.str();
195}
196
197void TestPlace::SetType(base::StringIL const & e)
198{

Callers 1

DebugPrintFunction · 0.80

Calls 3

GetReadableObjectNameMethod · 0.80
DebugPrintFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected