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

Method Report

libs/drape/utils/glyph_usage_tracker.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43GlyphUsageTracker::GlyphUsageStatistic GlyphUsageTracker::Report()
44{
45 std::lock_guard<std::mutex> lock(m_mutex);
46 return m_glyphStat;
47}
48
49void GlyphUsageTracker::AddInvalidGlyph(strings::UniString const & str, strings::UniChar const & c)
50{

Callers 1

GetDrapeStatisticMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected