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

Function index_name_pos_sparse

read-cache.c:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573int index_name_pos_sparse(struct index_state *istate, const char *name, int namelen)
574{
575 return index_name_stage_pos(istate, name, namelen, 0, NO_EXPAND_SPARSE);
576}
577
578int index_entry_exists(struct index_state *istate, const char *name, int namelen)
579{

Callers 4

entry_is_new_sparse_dirFunction · 0.85
read_attr_from_indexFunction · 0.85
update_someFunction · 0.85

Calls 1

index_name_stage_posFunction · 0.85

Tested by

no test coverage detected