MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / commit_free

Function commit_free

src/pipeline/pass_githistory.c:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static void commit_free(commit_t *c) {
102 for (int i = 0; i < c->count; i++) {
103 free(c->files[i]);
104 }
105 free(c->files);
106}
107
108/* ── git log parsing (popen "git log") ────────────────────────────── */
109

Callers 2

parse_git_logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected