Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1523
int graph_is_commit_finished(struct git_graph const *graph)
1524
{
1525
return (graph->state == GRAPH_PADDING);
1526
}
1527
1528
void graph_show_commit(struct git_graph *graph)
1529
{
Callers
4
show_log
Function · 0.85
graph_show_commit
Function · 0.85
graph_show_remainder
Function · 0.85
graph_show_commit_msg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected