MCPcopy Create free account
hub / github.com/git/git / test_strcmp_offset__empty

Function test_strcmp_offset__empty

t/unit-tests/u-strcmp-offset.c:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void test_strcmp_offset__empty(void)
23{
24 check_strcmp_offset("", "", 0, 0);
25}
26
27void test_strcmp_offset__equal(void)
28{

Callers

nothing calls this directly

Calls 1

check_strcmp_offsetFunction · 0.85

Tested by

no test coverage detected