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

Function dynbuf_free

internal/cbm/sqlite_writer.c:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345static void dynbuf_free(DynBuf *b) {
346 free(b->data);
347 b->data = NULL;
348 b->len = b->cap = 0;
349}
350
351// --- Record builder ---
352// Builds a SQLite record: header (header_len varint + serial types) + body (values)

Callers 1

rec_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected