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

Method Cost22

libs/search/approximate_string_match.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37uint32_t DefaultMatchCost::Cost22(UniChar const *, UniChar const *) const
38{
39 return 512;
40}
41
42uint32_t DefaultMatchCost::SwapCost(UniChar, UniChar) const
43{

Callers 1

StringMatchCostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected