MCPcopy Index your code
hub / github.com/git/git / peel_object

Function peel_object

object.c:252–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252enum peel_status peel_object(struct repository *r,
253 const struct object_id *name,
254 struct object_id *oid,
255 unsigned flags)
256{
257 enum object_type dummy;
258 return peel_object_ext(r, name, oid, flags, &dummy);
259}
260
261struct object *parse_object_buffer(struct repository *r, const struct object_id *oid, enum object_type type, unsigned long size, void *buffer, int *eaten_p)
262{

Callers 4

populate_valueFunction · 0.85
ref_transaction_updateFunction · 0.85
reference_get_peeled_oidFunction · 0.85

Calls 1

peel_object_extFunction · 0.85

Tested by

no test coverage detected