Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsDrawable
Method
IsDrawable
libs/indexer/classificator.cpp:276–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
bool ClassifObject::IsDrawable(int scale) const
277
{
278
return (m_visibility[scale] && IsDrawableAny());
279
}
280
281
bool ClassifObject::IsDrawableAny() const
282
{
Callers
2
IsDrawableForIndexClassifOnly
Function · 0.80
IsVisibleInRange
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected