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

Method Init

libs/search/ranker.cpp:713–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711{}
712
713void Ranker::Init(Params const & params, Geocoder::Params const & geocoderParams)
714{
715 m_params = params;
716 m_geocoderParams = geocoderParams;
717 m_preRankerResults.clear();
718 m_tentativeResults.clear();
719}
720
721void Ranker::Finish(bool cancelled)
722{

Callers 4

SearchMethod · 0.45
InitParamsMethod · 0.45
InitPreRankerMethod · 0.45
InitRankerMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected