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