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

Method HasWidget

libs/drape_frontend/gui/layer_render.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160bool LayerRenderer::HasWidget(EWidget widget) const
161{
162 return m_renderers.find(widget) != m_renderers.end();
163}
164
165namespace
166{

Callers 1

AcceptMessageMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected