Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ test_strcmp_offset__different
Function
test_strcmp_offset__different
t/unit-tests/u-strcmp-offset.c:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void test_strcmp_offset__different(void)
33
{
34
check_strcmp_offset(
"abc"
,
"def"
, -1, 0);
35
}
36
37
void test_strcmp_offset__mismatch(void)
38
{
Callers
nothing calls this directly
Calls
1
check_strcmp_offset
Function · 0.85
Tested by
no test coverage detected