MCPcopy Index your code
hub / github.com/git/git / is_hfs_dotgit

Function is_hfs_dotgit

utf8.c:784–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784int is_hfs_dotgit(const char *path)
785{
786 return is_hfs_dot_str(path, "git");
787}
788
789int is_hfs_dotgitmodules(const char *path)
790{

Callers 2

fsck_treeFunction · 0.85
verify_path_internalFunction · 0.85

Calls 1

is_hfs_dot_strFunction · 0.85

Tested by

no test coverage detected