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

Function reftable_stack_reload

reftable/stack.c:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621int reftable_stack_reload(struct reftable_stack *st)
622{
623 int err = stack_uptodate(st);
624 if (err > 0)
625 return reftable_stack_reload_maybe_reuse(st, 1);
626 return err;
627}
628
629struct reftable_addition {
630 struct reftable_flock tables_list_lock;

Calls 2

stack_uptodateFunction · 0.85