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

Method MakeZero

libs/indexer/feature_data.cpp:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232////////////////////////////////////////////////////////////////////////////////////
233
234void FeatureParamsBase::MakeZero()
235{
236 layer = 0;
237 rank = 0;
238 ref.clear();
239 house.Clear();
240 name.Clear();
241}
242
243bool FeatureParamsBase::SetDefaultNameIfEmpty(std::string const & s)
244{

Callers 2

ZeroParamsMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 2

clearMethod · 0.45
ClearMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.36