Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ table_iter_next_void
Function
table_iter_next_void
reftable/table.c:463–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
static int table_iter_next_void(void *ti, struct reftable_record *rec)
464
{
465
return table_iter_next(ti, rec);
466
}
467
468
static void table_iter_close_void(void *ti)
469
{
Callers
nothing calls this directly
Calls
1
table_iter_next
Function · 0.85
Tested by
no test coverage detected