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

Function table_iter_close_void

reftable/table.c:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468static void table_iter_close_void(void *ti)
469{
470 table_iter_close(ti);
471}
472
473static struct reftable_iterator_vtable table_iter_vtable = {
474 .seek = &table_iter_seek_void,

Callers

nothing calls this directly

Calls 1

table_iter_closeFunction · 0.85

Tested by

no test coverage detected