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

Method Cost01

libs/search/approximate_string_match.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17uint32_t DefaultMatchCost::Cost01(UniChar) const
18{
19 return 256;
20}
21
22uint32_t DefaultMatchCost::Cost11(UniChar, UniChar) const
23{

Callers 1

StringMatchCostFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected