Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ testUnhex
Function
testUnhex
tests/utils.cc:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
static void testUnhex()
59
{
60
AssertThat(unhex(
""
), Equals(
""
));
61
AssertThat(unhex(
"foo"
), Equals(
"foo"
));
62
AssertThat(unhex(
"f%20o"
), Equals(
"f o"
));
63
}
64
65
static void testUnbcd()
66
{
Callers
1
main
Function · 0.85
Calls
1
unhex
Function · 0.85
Tested by
no test coverage detected