Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tell_the_result
Function
tell_the_result
dpdk/app/test/test_pie.c:1041–1045 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1039
}
1040
1041
static int
1042
tell_the_result(const uint32_t num_tests, const uint32_t num_pass)
1043
{
1044
return (num_pass == num_tests) ? 0 : 1;
1045
}
1046
1047
static int
1048
test_pie(void)
Callers
3
test_pie
Function · 0.70
test_pie_perf
Function · 0.70
test_pie_all
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected