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

Function is_hfs_dot_str

utf8.c:779–782  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

777 * compile time.
778 */
779static inline int is_hfs_dot_str(const char *path, const char *needle)
780{
781 return is_hfs_dot_generic(path, needle, strlen(needle));
782}
783
784int is_hfs_dotgit(const char *path)
785{

Callers 5

is_hfs_dotgitFunction · 0.85
is_hfs_dotgitmodulesFunction · 0.85
is_hfs_dotgitignoreFunction · 0.85
is_hfs_dotgitattributesFunction · 0.85
is_hfs_dotmailmapFunction · 0.85

Calls 1

is_hfs_dot_genericFunction · 0.85

Tested by

no test coverage detected