Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ reftable_buf_init
Function
reftable_buf_init
reftable/basics.c:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
void reftable_buf_init(struct reftable_buf *buf)
81
{
82
struct reftable_buf empty = REFTABLE_BUF_INIT;
83
*buf = empty;
84
}
85
86
void reftable_buf_release(struct reftable_buf *buf)
87
{
Callers
5
test_reftable_block__ref_read_write
Function · 0.85
reftable_writer_new
Function · 0.85
reftable_buf_release
Function · 0.85
reftable_buf_detach
Function · 0.85
reftable_record_init
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_reftable_block__ref_read_write
Function · 0.68