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

Function save_autostash

sequencer.c:4806–4809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4804}
4805
4806int save_autostash(const char *path)
4807{
4808 return apply_save_autostash(path, 0);
4809}
4810
4811int apply_autostash(const char *path)
4812{

Callers 1

cmd_rebaseFunction · 0.85

Calls 1

apply_save_autostashFunction · 0.85

Tested by

no test coverage detected