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

Function reftable_addition_destroy

reftable/stack.c:752–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752void reftable_addition_destroy(struct reftable_addition *add)
753{
754 if (!add) {
755 return;
756 }
757 reftable_addition_close(add);
758 reftable_free(add);
759}
760
761int reftable_addition_commit(struct reftable_addition *add)
762{

Calls 2

reftable_addition_closeFunction · 0.85
reftable_freeFunction · 0.85