MCPcopy Index your code
hub / github.com/git/git / refresh_cache_entry

Function refresh_cache_entry

read-cache.c:1616–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614}
1615
1616struct cache_entry *refresh_cache_entry(struct index_state *istate,
1617 struct cache_entry *ce,
1618 unsigned int options)
1619{
1620 return refresh_cache_ent(istate, ce, options, NULL, NULL, NULL, NULL);
1621}
1622
1623
1624/*****************************************************************

Callers 2

rename_index_entry_atFunction · 0.85
make_cache_entryFunction · 0.85

Calls 1

refresh_cache_entFunction · 0.85

Tested by

no test coverage detected