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

Function iterator_from_table_iter

reftable/table.c:479–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477};
478
479static void iterator_from_table_iter(struct reftable_iterator *it,
480 struct table_iter *ti)
481{
482 assert(!it->ops);
483 it->iter_arg = ti;
484 it->ops = &table_iter_vtable;
485}
486
487int table_init_iter(struct reftable_table *t,
488 struct reftable_iterator *it,

Callers 2

table_init_iterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected