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

Function DebugPrint

generator/composite_id.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46std::string DebugPrint(CompositeId const & id)
47{
48 return DebugPrint(id.m_mainId) + "|" + DebugPrint(id.m_additionalId);
49}
50} // namespace generator

Callers 3

DebugPrintMethod · 0.70
operator()Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected