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

Function test_strcmp_offset__different_length

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

Source from the content-addressed store, hash-verified

40}
41
42void test_strcmp_offset__different_length(void)
43{
44 check_strcmp_offset("abc", "abcdef", -1, 3);
45}

Callers

nothing calls this directly

Calls 1

check_strcmp_offsetFunction · 0.85

Tested by

no test coverage detected