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

Method Cost10

libs/search/approximate_string_match.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using strings::UniChar;
11
12uint32_t DefaultMatchCost::Cost10(UniChar) const
13{
14 return 256;
15}
16
17uint32_t DefaultMatchCost::Cost01(UniChar) const
18{

Callers 1

StringMatchCostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected