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

Function graph_is_commit_finished

graph.c:1523–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521}
1522
1523int graph_is_commit_finished(struct git_graph const *graph)
1524{
1525 return (graph->state == GRAPH_PADDING);
1526}
1527
1528void graph_show_commit(struct git_graph *graph)
1529{

Callers 4

show_logFunction · 0.85
graph_show_commitFunction · 0.85
graph_show_remainderFunction · 0.85
graph_show_commit_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected