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

Function index_name_pos

read-cache.c:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568int index_name_pos(struct index_state *istate, const char *name, int namelen)
569{
570 return index_name_stage_pos(istate, name, namelen, 0, EXPAND_SPARSE);
571}
572
573int index_name_pos_sparse(struct index_state *istate, const char *name, int namelen)
574{

Callers 15

verify_oneFunction · 0.85
is_gitmodules_unmergedFunction · 0.85
is_staging_gitmodules_okFunction · 0.85
load_gitmodules_fileFunction · 0.85
locate_in_src_indexFunction · 0.85
add_same_unmergedFunction · 0.85
verify_working_tree_pathFunction · 0.85
fake_working_tree_commitFunction · 0.85

Calls 1

index_name_stage_posFunction · 0.85

Tested by 1

cmd__read_cacheFunction · 0.68