Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
void test_strcmp_offset__empty(void)
23
{
24
check_strcmp_offset(
""
,
""
, 0, 0);
25
}
26
27
void test_strcmp_offset__equal(void)
28
{
Callers
nothing calls this directly
Calls
1
check_strcmp_offset
Function · 0.85
Tested by
no test coverage detected