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

Function object_on_skiplist

fsck.c:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222static int object_on_skiplist(struct fsck_options *opts,
223 const struct object_id *oid)
224{
225 return opts && oid && oidset_contains(&opts->skip_oids, oid);
226}
227
228/*
229 * Provide the common functionality for either fscking refs or objects.

Callers 2

reportFunction · 0.85
fsck_blobFunction · 0.85

Calls 1

oidset_containsFunction · 0.85

Tested by

no test coverage detected