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

Function checkout_entry

entry.h:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 const struct checkout *state, char *topath,
40 int *nr_checkouts);
41static inline int checkout_entry(struct cache_entry *ce,
42 const struct checkout *state, char *topath,
43 int *nr_checkouts)
44{
45 return checkout_entry_ca(ce, NULL, state, topath, nr_checkouts);
46}
47
48void enable_delayed_checkout(struct checkout *state);
49int finish_delayed_checkout(struct checkout *state, int show_progress);

Callers 13

finish_delayed_checkoutFunction · 0.85
load_gitmodules_fileFunction · 0.85
check_updatesFunction · 0.85
checkout_targetFunction · 0.85
cmd_mvFunction · 0.85
checkout_fileFunction · 0.85
checkout_allFunction · 0.85
checkout_stageFunction · 0.85
checkout_mergedFunction · 0.85
checkout_worktreeFunction · 0.85

Calls 1

checkout_entry_caFunction · 0.85

Tested by

no test coverage detected