Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containers/bubblewrap
/ test_n_elements
Function
test_n_elements
tests/test-utils.c:122–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
static void
123
test_n_elements (void)
124
{
125
int three[] = { 1, 2, 3 };
126
g_assert_cmpuint (N_ELEMENTS (three), ==, 3);
127
}
128
129
static void
130
test_strconcat (void)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected