Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsValid
Method
IsValid
libs/indexer/feature_data.cpp:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
bool FeatureParamsBase::IsValid() const
259
{
260
return layer >= LAYER_LOW && layer <= LAYER_HIGH;
261
}
262
263
string FeatureParamsBase::DebugString() const
264
{
Callers
8
SetGeometryParams
Method · 0.45
feature.cpp
File · 0.45
CoverRect
Function · 0.45
CoverSpiral
Function · 0.45
GetIntersection
Function · 0.45
GetValue
Method · 0.45
GetType
Method · 0.45
Find
Method · 0.45
Calls
3
IsValid
Function · 0.50
empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected