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

Function AbsDelta

libs/routing/routing_tests/index_graph_test.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113uint32_t AbsDelta(uint32_t v0, uint32_t v1)
114{
115 return v0 > v1 ? v0 - v1 : v1 - v0;
116}
117
118// R4 (one way down)
119//

Callers 1

UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected