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

Function free_source

src/pipeline/pass_parallel.c:311–313  ·  view source on GitHub ↗

Free source buffer. */

Source from the content-addressed store, hash-verified

309
310/* Free source buffer. */
311static void free_source(char *buf) {
312 free(buf);
313}
314
315static const char *itoa_log(int val) {
316 static CBM_TLS char bufs[PP_RING][CBM_SZ_32];

Callers 2

extract_workerFunction · 0.85
resolve_workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected