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

Method ClearCaches

libs/search/pre_ranker.cpp:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272void PreRanker::ClearCaches()
273{
274 m_pivotFeatures.Clear();
275 m_prevEmit.clear();
276 m_currEmit.clear();
277}
278
279void PreRanker::FilterForViewportSearch()
280{

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected