MCPcopy Create free account
hub / github.com/git/git / block_iter_next_void

Function block_iter_next_void

reftable/block.c:615–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615static int block_iter_next_void(void *it, struct reftable_record *rec)
616{
617 return block_iter_next(it, rec);
618}
619
620static void block_iter_close_void(void *it)
621{

Callers

nothing calls this directly

Calls 1

block_iter_nextFunction · 0.85

Tested by

no test coverage detected