Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
bool AttributeProvider::IsDataExists() const
26
{
27
CHECK_STREAMS;
28
return m_vertexCount > 0;
29
}
30
31
uint32_t AttributeProvider::GetVertexCount() const
32
{
Callers
2
BatchData
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.64