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

Function is_hfs_dotgitattributes

utf8.c:799–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799int is_hfs_dotgitattributes(const char *path)
800{
801 return is_hfs_dot_str(path, "gitattributes");
802}
803
804int is_hfs_dotmailmap(const char *path)
805{

Callers 1

fsck_treeFunction · 0.85

Calls 1

is_hfs_dot_strFunction · 0.85

Tested by

no test coverage detected