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

Method Cost21

libs/search/approximate_string_match.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32uint32_t DefaultMatchCost::Cost21(UniChar const *, UniChar) const
33{
34 return 512;
35}
36
37uint32_t DefaultMatchCost::Cost22(UniChar const *, UniChar const *) const
38{

Callers 1

StringMatchCostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected