Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ fspatheq
Function
fspatheq
dir.c:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
int fspatheq(const char *a, const char *b)
133
{
134
return !fspathcmp(a, b);
135
}
136
137
int git_fspathncmp(const char *a, const char *b, size_t count)
138
{
Callers
3
add_config_scope_arg
Function · 0.85
paths_collide
Function · 0.85
odb_is_source_usable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected