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

Function block_iter_close_void

reftable/block.c:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618}
619
620static void block_iter_close_void(void *it)
621{
622 block_iter_close(it);
623}
624
625static struct reftable_iterator_vtable block_iter_vtable = {
626 .seek = &block_iter_seek_void,

Callers

nothing calls this directly

Calls 1

block_iter_closeFunction · 0.85

Tested by

no test coverage detected