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

Function table_iter_seek_void

reftable/table.c:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458static int table_iter_seek_void(void *ti, struct reftable_record *want)
459{
460 return table_iter_seek(ti, want);
461}
462
463static int table_iter_next_void(void *ti, struct reftable_record *rec)
464{

Callers

nothing calls this directly

Calls 1

table_iter_seekFunction · 0.85

Tested by

no test coverage detected