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

Function add_pending_tree

list-objects.c:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static void add_pending_tree(struct rev_info *revs, struct tree *tree)
340{
341 add_pending_object(revs, &tree->object, "");
342}
343
344static void traverse_non_commits(struct traversal_context *ctx,
345 struct strbuf *base)

Callers 1

do_traverseFunction · 0.85

Calls 1

add_pending_objectFunction · 0.85

Tested by

no test coverage detected