Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_allow_flag
Function
test_allow_flag
dpdk/app/test/test_eal_flags.c:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
static int
50
test_allow_flag(void)
51
{
52
printf(
"allow_flag not supported on Windows, skipping test\n"
);
53
return TEST_SKIPPED;
54
}
55
56
static int
57
test_invalid_b_flag(void)
Callers
nothing calls this directly
Calls
3
get_current_prefix
Function · 0.85
snprintf
Function · 0.85
printf
Function · 0.50
Tested by
no test coverage detected