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

Function refs_fsck

refs.c:369–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369int refs_fsck(struct ref_store *refs, struct fsck_options *o,
370 struct worktree *wt)
371{
372 if (o->verbose)
373 fprintf_ln(stderr, _("Checking references consistency"));
374
375 return refs->be->fsck(refs, o, wt);
376}
377
378void sanitize_refname_component(const char *refname, struct strbuf *out)
379{

Callers 1

cmd_refs_verifyFunction · 0.85

Calls 1

fprintf_lnFunction · 0.85

Tested by

no test coverage detected