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

Function is_ntfs_dot_str

path.c:1513–1518  ·  view source on GitHub ↗

* Inline helper to make sure compiler resolves strlen() on literals at * compile time. */

Source from the content-addressed store, hash-verified

1511 * compile time.
1512 */
1513static inline int is_ntfs_dot_str(const char *name, const char *dotgit_name,
1514 const char *dotgit_ntfs_shortname_prefix)
1515{
1516 return is_ntfs_dot_generic(name, dotgit_name, strlen(dotgit_name),
1517 dotgit_ntfs_shortname_prefix);
1518}
1519
1520int is_ntfs_dotgitmodules(const char *name)
1521{

Callers 4

is_ntfs_dotgitmodulesFunction · 0.85
is_ntfs_dotgitignoreFunction · 0.85
is_ntfs_dotgitattributesFunction · 0.85
is_ntfs_dotmailmapFunction · 0.85

Calls 1

is_ntfs_dot_genericFunction · 0.85

Tested by

no test coverage detected