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_red.c:1832–1836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1830
}
1831
1832
static int
1833
tell_the_result(const uint32_t num_tests, const uint32_t num_pass)
1834
{
1835
return (num_pass == num_tests) ? 0 : 1;
1836
}
1837
1838
static int
1839
test_red(void)
Callers
3
test_red
Function · 0.70
test_red_perf
Function · 0.70
test_red_all
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected