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

Function AddSymbols

libs/drape_frontend/gui/debug_label.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43void AddSymbols(std::string const & str, std::set<char> & symbols)
44{
45 for (size_t i = 0, sz = str.length(); i < sz; ++i)
46 symbols.insert(str[i]);
47}
48
49void DebugInfoLabels::AddLabel(ref_ptr<dp::TextureManager> tex, std::string const & caption,
50 TUpdateDebugLabelFn const & onUpdateFn)

Callers 1

AddLabelMethod · 0.85

Calls 2

lengthMethod · 0.80
insertMethod · 0.45

Tested by

no test coverage detected