MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / testUnbcd

Function testUnbcd

tests/utils.cc:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65static void testUnbcd()
66{
67 AssertThat(unbcd(0x1234), Equals(1234));
68 AssertThat(unbcd(0x87654321), Equals(87654321));
69}
70
71static void testMultimapToMap()
72{

Callers 1

mainFunction · 0.85

Calls 1

unbcdFunction · 0.85

Tested by

no test coverage detected