MCPcopy 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

14namespace
15{
16size_t AbsDiff(size_t a, size_t b)
17{
18 return a > b ? a - b : b - a;
19}
20
21class TransitionTable
22{

Callers 1

SubsumedByMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected