MCPcopy Index your code
hub / github.com/git/git / test_strvec__pop_empty_array

Function test_strvec__pop_empty_array

t/unit-tests/u-strvec.c:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void test_strvec__pop_empty_array(void)
236{
237 struct strvec vec = STRVEC_INIT;
238
239 strvec_pop(&vec);
240 check_strvec(&vec, NULL);
241 strvec_clear(&vec);
242}
243
244void test_strvec__pop_non_empty_array(void)
245{

Callers

nothing calls this directly

Calls 2

strvec_popFunction · 0.85
strvec_clearFunction · 0.85

Tested by

no test coverage detected