Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ block_iter_init
Function
block_iter_init
reftable/block.c:391–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
void block_iter_init(struct block_iter *it, const struct reftable_block *block)
392
{
393
it->block = block;
394
block_iter_seek_start(it);
395
}
396
397
void block_iter_seek_start(struct block_iter *it)
398
{
Callers
10
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_next_block
Function · 0.85
reftable_block_init_iterator
Function · 0.85
table_iter_next_block
Function · 0.85
table_iter_seek_to
Function · 0.85
table_iter_seek_linear
Function · 0.85
table_iter_seek_indexed
Function · 0.85
Calls
1
block_iter_seek_start
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