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

Function refs_optimize

refs.c:2474–2477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2472}
2473
2474int refs_optimize(struct ref_store *refs, struct refs_optimize_opts *opts)
2475{
2476 return refs->be->optimize(refs, opts);
2477}
2478
2479int refs_optimize_required(struct ref_store *refs,
2480 struct refs_optimize_opts *opts,

Callers 1

pack_refs_coreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected