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

Method SetCurrentStyle

libs/indexer/map_style_reader.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74StyleReader::StyleReader() : m_mapStyle(kDefaultMapStyle) {}
75
76void StyleReader::SetCurrentStyle(MapStyle mapStyle)
77{
78 m_mapStyle = mapStyle;
79}
80
81MapStyle StyleReader::GetCurrentStyle() const
82{

Callers 10

mainFunction · 0.80
TestCameraCollectorMethod · 0.80
generator_tool.cppFile · 0.80
TestWithClassificatorMethod · 0.80
TestRawGeneratorMethod · 0.80
LoadFunction · 0.80
UNIT_TESTFunction · 0.80
FrameworkMethod · 0.80
MarkMapStyleMethod · 0.80
RunForEveryMapStyleFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestCameraCollectorMethod · 0.64
TestWithClassificatorMethod · 0.64
TestRawGeneratorMethod · 0.64
UNIT_TESTFunction · 0.64