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

Function DebugPrint

libs/indexer/map_style.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44std::string DebugPrint(MapStyle mapStyle)
45{
46 return MapStyleToString(mapStyle);
47}
48
49bool MapStyleIsDark(MapStyle mapStyle)
50{

Callers

nothing calls this directly

Calls 1

MapStyleToStringFunction · 0.85

Tested by

no test coverage detected