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

Function find_dir_entry

name-hash.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static struct dir_entry *find_dir_entry(struct index_state *istate,
56 const char *name, unsigned int namelen)
57{
58 return find_dir_entry__hash(istate, name, namelen, memihash(name, namelen));
59}
60
61static struct dir_entry *hash_dir_entry(struct index_state *istate,
62 struct cache_entry *ce, int namelen)

Callers 3

hash_dir_entryFunction · 0.85
index_dir_findFunction · 0.85
adjust_dirname_caseFunction · 0.85

Calls 2

find_dir_entry__hashFunction · 0.85
memihashFunction · 0.85

Tested by

no test coverage detected