Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
598
void reftable_table_incref(struct reftable_table *t)
599
{
600
t->refcount++;
601
}
602
603
void reftable_table_decref(struct reftable_table *t)
604
{
Callers
2
reftable_stack_reload_once
Function · 0.85
table_iter_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected