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

Method GetLineSize

libs/drape_frontend/line_shape.cpp:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 ref_ptr<void> GetLineData() override { return make_ref(m_geometry.data()); }
82
83 uint32_t GetLineSize() override { return static_cast<uint32_t>(m_geometry.size()); }
84
85 // ref_ptr<void> GetJoinData() override
86 // {

Callers 1

DrawMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected