MCPcopy 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
58static void testUnhex()
59{
60 AssertThat(unhex(""), Equals(""));
61 AssertThat(unhex("foo"), Equals("foo"));
62 AssertThat(unhex("f%20o"), Equals("f o"));
63}
64
65static void testUnbcd()
66{

Callers 1

mainFunction · 0.85

Calls 1

unhexFunction · 0.85

Tested by

no test coverage detected