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

Function fsck_has_queued_checks

fsck.c:1375–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375bool fsck_has_queued_checks(struct fsck_options *options)
1376{
1377 return !oidset_equal(&options->gitmodules_found, &options->gitmodules_done) ||
1378 !oidset_equal(&options->gitattributes_found, &options->gitattributes_done);
1379}
1380
1381void fsck_options_init(struct fsck_options *options,
1382 struct repository *repo,

Callers 1

cmd_index_packFunction · 0.85

Calls 1

oidset_equalFunction · 0.85

Tested by

no test coverage detected