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

Function is_hfs_dotgitmodules

utf8.c:789–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789int is_hfs_dotgitmodules(const char *path)
790{
791 return is_hfs_dot_str(path, "gitmodules");
792}
793
794int is_hfs_dotgitignore(const char *path)
795{

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