Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ test_app_get_errors
Function
test_app_get_errors
dpdk/app/test/test_dispatcher.c:789–793 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
787
}
788
789
static int
790
test_app_get_errors(struct test_app *app)
791
{
792
return rte_atomic_load_explicit(&app->errors, rte_memory_order_relaxed);
793
}
794
795
static int
796
test_basic(void)
Callers
1
test_basic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected