Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ AbsDiff
Function
AbsDiff
libs/base/levenshtein_dfa.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
namespace
15
{
16
size_t AbsDiff(size_t a, size_t b)
17
{
18
return a > b ? a - b : b - a;
19
}
20
21
class TransitionTable
22
{
Callers
1
SubsumedBy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected