MCPcopy Create free account
hub / github.com/git/git / check_leading_path

Function check_leading_path

symlinks.c:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220int check_leading_path(const char *name, int len, int warn_on_lstat_err)
221{
222 return threaded_check_leading_path(&default_cache, name, len,
223 warn_on_lstat_err);
224}
225
226/*
227 * Return zero if some leading path component of 'name' does not exist.

Callers 2

unlink_entryFunction · 0.85
verify_absent_1Function · 0.85

Calls 1

Tested by

no test coverage detected