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

Function is_hfs_dotmailmap

utf8.c:804–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804int is_hfs_dotmailmap(const char *path)
805{
806 return is_hfs_dot_str(path, "mailmap");
807}
808
809const char utf8_bom[] = "\357\273\277";
810

Callers 1

fsck_treeFunction · 0.85

Calls 1

is_hfs_dot_strFunction · 0.85

Tested by

no test coverage detected