Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ block_iter_close
Function
block_iter_close
reftable/block.c:482–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
void block_iter_close(struct block_iter *it)
483
{
484
reftable_buf_release(&it->last_key);
485
reftable_buf_release(&it->scratch);
486
}
487
488
int block_iter_seek_key(struct block_iter *it, struct reftable_buf *want)
489
{
Callers
7
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
indexed_table_ref_iter_close
Function · 0.85
block_iter_close_void
Function · 0.85
table_iter_close
Function · 0.85
Calls
1
reftable_buf_release
Function · 0.85
Tested by
4
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