MCPcopy 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
132int fspatheq(const char *a, const char *b)
133{
134 return !fspathcmp(a, b);
135}
136
137int git_fspathncmp(const char *a, const char *b, size_t count)
138{

Callers 3

add_config_scope_argFunction · 0.85
paths_collideFunction · 0.85
odb_is_source_usableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected