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

Method GetOverlayDebugInfo

libs/drape_frontend/text_handle.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77#ifdef DEBUG_OVERLAYS_OUTPUT
78std::string TextHandle::GetOverlayDebugInfo()
79{
80 std::ostringstream out;
81 out << "Text Priority(" << std::hex << std::setw(16) << std::setfill('0') << GetPriority() << ") " << std::dec
82 << DebugPrint(GetOverlayID());
83 return out.str();
84}
85#endif
86} // namespace df

Callers

nothing calls this directly

Calls 1

DebugPrintFunction · 0.70

Tested by

no test coverage detected