Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Cost10
Method
Cost10
libs/search/approximate_string_match.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
using strings::UniChar;
11
12
uint32_t DefaultMatchCost::Cost10(UniChar) const
13
{
14
return 256;
15
}
16
17
uint32_t DefaultMatchCost::Cost01(UniChar) const
18
{
Callers
1
StringMatchCost
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected