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