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

Class stat

commit-graph.c:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int open_commit_graph(const char *graph_file, int *fd, struct stat *st)
245{
246 *fd = git_open(graph_file);
247 if (*fd < 0)

Callers 2

mark_commit_graphsFunction · 0.70
expire_commit_graphsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected