Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
static void testUnbcd()
66
{
67
AssertThat(unbcd(0x1234), Equals(1234));
68
AssertThat(unbcd(0x87654321), Equals(87654321));
69
}
70
71
static void testMultimapToMap()
72
{
Callers
1
main
Function · 0.85
Calls
1
unbcd
Function · 0.85
Tested by
no test coverage detected