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

Method IsDataExists

libs/drape/attribute_provider.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool AttributeProvider::IsDataExists() const
26{
27 CHECK_STREAMS;
28 return m_vertexCount > 0;
29}
30
31uint32_t AttributeProvider::GetVertexCount() const
32{

Callers 2

BatchDataMethod · 0.80
UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64