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

Method IsEmptyNames

libs/indexer/feature_data.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool FeatureParamsBase::IsEmptyNames() const
273{
274 return name.IsEmpty() && house.IsEmpty() && ref.empty();
275}
276
277namespace
278{

Callers 2

RemoveInvalidTypesMethod · 0.80
UNIT_CLASS_TESTFunction · 0.80

Calls 2

IsEmptyMethod · 0.45
emptyMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64