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

Method Cost12

libs/search/approximate_string_match.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27uint32_t DefaultMatchCost::Cost12(UniChar, UniChar const *) const
28{
29 return 512;
30}
31
32uint32_t DefaultMatchCost::Cost21(UniChar const *, UniChar) const
33{

Callers 1

StringMatchCostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected