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

Method Cost11

libs/search/approximate_string_match.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22uint32_t DefaultMatchCost::Cost11(UniChar, UniChar) const
23{
24 return 256;
25}
26
27uint32_t DefaultMatchCost::Cost12(UniChar, UniChar const *) const
28{

Callers 1

StringMatchCostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected