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

Function is_ntfs_dotmailmap

path.c:1535–1538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1533}
1534
1535int is_ntfs_dotmailmap(const char *name)
1536{
1537 return is_ntfs_dot_str(name, "mailmap", "maba30");
1538}
1539
1540int looks_like_command_line_option(const char *str)
1541{

Callers 1

fsck_treeFunction · 0.85

Calls 1

is_ntfs_dot_strFunction · 0.85

Tested by

no test coverage detected