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

Method GetLayerCount

libs/map/track.cpp:158–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158size_t Track::GetLayerCount() const
159{
160 return m_data.m_layers.size();
161}
162
163dp::Color Track::GetColor(size_t layerIndex) const
164{

Callers 2

UNIT_CLASS_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64