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

Function show_commit

list-objects.c:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30static void show_commit(struct traversal_context *ctx,
31 struct commit *commit)
32{
33 if (!ctx->show_commit)
34 return;
35 ctx->show_commit(commit, ctx->show_data);
36}
37
38static void show_object(struct traversal_context *ctx,
39 struct object *object,

Callers 1

do_traverseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected