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

Function midx_compaction_step_exec_copy

repack-midx.c:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427static int midx_compaction_step_exec_copy(struct midx_compaction_step *step)
428{
429 step->csum = xstrdup(midx_get_checksum_hex(step->u.copy));
430 return 0;
431}
432
433static int midx_compaction_step_exec_write(struct midx_compaction_step *step,
434 struct repack_write_midx_opts *opts,

Callers 1

Calls 2

xstrdupFunction · 0.85
midx_get_checksum_hexFunction · 0.85

Tested by

no test coverage detected