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

Function reftable_table_incref

reftable/table.c:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void reftable_table_incref(struct reftable_table *t)
599{
600 t->refcount++;
601}
602
603void reftable_table_decref(struct reftable_table *t)
604{

Callers 2

table_iter_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected