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

Function DebugPrint

generator/generator_tests/cluster_finder_tests.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25std::string DebugPrint(Type const & t)
26{
27 return "T" + std::to_string(static_cast<int>(t));
28}
29
30struct NamedPoint
31{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected