Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ rec_free
Function
rec_free
internal/cbm/sqlite_writer.c:364–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
static void rec_free(RecordBuilder *r) {
365
dynbuf_free(&r->header);
366
dynbuf_free(&r->body);
367
}
368
369
static void rec_add_null(RecordBuilder *r) {
370
uint8_t v[SKIP_ONE] = {0};
Callers
13
build_node_record
Function · 0.85
build_edge_record
Function · 0.85
build_vector_record
Function · 0.85
build_token_vec_record
Function · 0.85
build_project_record
Function · 0.85
build_index_entry_2text_rowid
Function · 0.85
build_index_entry_int_text_rowid
Function · 0.85
build_index_entry_text_int_text_rowid
Function · 0.85
build_index_entry_unique_2int_2text_rowid
Function · 0.85
build_master_record
Function · 0.85
ecell_url_path
Function · 0.85
write_metadata_tables
Function · 0.85
Calls
1
dynbuf_free
Function · 0.85
Tested by
no test coverage detected