Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ reftable_buf_release
Function
reftable_buf_release
reftable/basics.c:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void reftable_buf_release(struct reftable_buf *buf)
87
{
88
reftable_free(buf->buf);
89
reftable_buf_init(buf);
90
}
91
92
void reftable_buf_reset(struct reftable_buf *buf)
93
{
Callers
15
test_reftable_block__read_write
Function · 0.85
test_reftable_block__log_read_write
Function · 0.85
test_reftable_block__obj_read_write
Function · 0.85
test_reftable_block__ref_read_write
Function · 0.85
test_reftable_block__iterator
Function · 0.85
test_reftable_stack__add_one
Function · 0.85
test_reftable_stack__auto_compaction_fails_gracefully
Function · 0.85
test_reftable_stack__add
Function · 0.85
test_reftable_stack__auto_compaction_with_locked_tables
Function · 0.85
test_reftable_stack__compaction_with_locked_tables
Function · 0.85
test_reftable_stack__reload_with_missing_table
Function · 0.85
test_reftable_basics__common_prefix_size
Function · 0.85
Calls
2
reftable_free
Function · 0.85
reftable_buf_init
Function · 0.85
Tested by
15
test_reftable_block__read_write
Function · 0.68
test_reftable_block__log_read_write
Function · 0.68
test_reftable_block__obj_read_write
Function · 0.68
test_reftable_block__ref_read_write
Function · 0.68
test_reftable_block__iterator
Function · 0.68
test_reftable_stack__add_one
Function · 0.68
test_reftable_stack__auto_compaction_fails_gracefully
Function · 0.68
test_reftable_stack__add
Function · 0.68
test_reftable_stack__auto_compaction_with_locked_tables
Function · 0.68
test_reftable_stack__compaction_with_locked_tables
Function · 0.68
test_reftable_stack__reload_with_missing_table
Function · 0.68
test_reftable_basics__common_prefix_size
Function · 0.68