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

Function add_pending_object_with_mode

revision.c:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322static void add_pending_object_with_mode(struct rev_info *revs,
323 struct object *obj,
324 const char *name, unsigned mode)
325{
326 add_pending_object_with_path(revs, obj, name, mode, NULL);
327}
328
329void add_pending_object(struct rev_info *revs,
330 struct object *obj, const char *name)

Callers 2

add_pending_objectFunction · 0.85
setup_revisionsFunction · 0.85

Calls 1

Tested by

no test coverage detected