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

Method PutV0ForTests

libs/indexer/centers_table.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void CentersTableBuilder::PutV0ForTests(uint32_t featureId, m2::PointD const & center)
177{
178 m_builder.Put(featureId, PointDToPointU(center, m_codingParams.GetCoordBits()));
179}
180
181void CentersTableBuilder::FreezeV0ForTests(Writer & writer) const
182{

Callers 1

UNIT_CLASS_TESTFunction · 0.80

Calls 3

PointDToPointUFunction · 0.85
GetCoordBitsMethod · 0.80
PutMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64