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

Function save_autostash_ref

sequencer.c:4851–4855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4849}
4850
4851int save_autostash_ref(struct repository *r, const char *refname)
4852{
4853 return apply_save_autostash_ref(r, refname, 0,
4854 NULL, NULL, NULL, NULL);
4855}
4856
4857int apply_autostash_ref(struct repository *r, const char *refname,
4858 const char *label_ours, const char *label_theirs,

Callers 1

Calls 1

apply_save_autostash_refFunction · 0.85

Tested by

no test coverage detected