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

Function main

tests/utils.cc:91–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int main(void)
92{
93 testJoin();
94 testLeftTrim();
95 testRightTrim();
96 testTrim();
97 testLeafname();
98 testUnhex();
99 testUnbcd();
100 testMultimapToMap();
101 return 0;
102}

Callers

nothing calls this directly

Calls 8

testJoinFunction · 0.85
testLeftTrimFunction · 0.85
testRightTrimFunction · 0.85
testTrimFunction · 0.85
testLeafnameFunction · 0.85
testUnhexFunction · 0.85
testUnbcdFunction · 0.85
testMultimapToMapFunction · 0.85

Tested by

no test coverage detected