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

Function dynbuf_free

internal/cbm/sqlite_writer.c:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334static void dynbuf_free(DynBuf *b) {
335 free(b->data);
336 b->data = NULL;
337 b->len = b->cap = 0;
338}
339
340// --- Record builder ---
341// 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