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

Function GetPrefixErrorsMade

libs/search/search_tests/ranking_tests.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 return search::impl::GetErrorsMade(token, text, search::BuildLevenshteinDFA(text));
115}
116ErrorsMade GetPrefixErrorsMade(QueryParams::Token const & token, strings::UniString const & text)
117{
118 return search::impl::GetPrefixErrorsMade(token, text, search::BuildLevenshteinDFA(text));
119}
120} // namespace
121
122UNIT_TEST(ErrorsMade_Smoke)

Callers 1

UNIT_TESTFunction · 0.70

Calls 1

BuildLevenshteinDFAFunction · 0.85

Tested by

no test coverage detected