Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ block_iter_reset
Function
block_iter_reset
reftable/block.c:475–480 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
void block_iter_reset(struct block_iter *it)
476
{
477
reftable_buf_reset(&it->last_key);
478
it->next_off = 0;
479
it->block = NULL;
480
}
481
482
void block_iter_close(struct block_iter *it)
483
{
Callers
1
table_iter_block_done
Function · 0.85
Calls
1
reftable_buf_reset
Function · 0.85
Tested by
no test coverage detected