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

Function has_dirs_only_path

symlinks.c:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256int has_dirs_only_path(const char *name, int len, int prefix_len)
257{
258 return threaded_has_dirs_only_path(&default_cache, name, len, prefix_len);
259}
260
261/*
262 * Return non-zero if all path components of 'name' exists as a

Callers 3

create_directoriesFunction · 0.85
check_pathFunction · 0.85
write_pc_itemFunction · 0.85

Calls 1

Tested by

no test coverage detected