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

Function graph_update_state

graph.c:432–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432static void graph_update_state(struct git_graph *graph, enum graph_state s)
433{
434 graph->prev_state = graph->state;
435 graph->state = s;
436}
437
438static void graph_ensure_capacity(struct git_graph *graph, int num_columns)
439{

Callers 5

graph_output_skip_lineFunction · 0.85
graph_output_commit_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected