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

Function apply_autostash

sequencer.c:4811–4814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4809}
4810
4811int apply_autostash(const char *path)
4812{
4813 return apply_save_autostash(path, 1);
4814}
4815
4816int apply_autostash_oid(const char *stash_oid)
4817{

Callers 6

checkout_ontoFunction · 0.85
pick_commitsFunction · 0.85
complete_actionFunction · 0.85
cleanup_autostashFunction · 0.85
finish_rebaseFunction · 0.85
run_specific_rebaseFunction · 0.85

Calls 1

apply_save_autostashFunction · 0.85

Tested by

no test coverage detected