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

Function cbm_sb_append

src/mcp/compact_out.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void cbm_sb_append(cbm_sb_t *sb, const char *s) {
49 if (s) {
50 cbm_sb_append_n(sb, s, strlen(s));
51 }
52}
53
54char *cbm_sb_finish(cbm_sb_t *sb) {
55 if (sb->oom) {

Callers 15

bm25_searchFunction · 0.85
emit_search_results_treeFunction · 0.85
handle_get_architectureFunction · 0.85
bfs_to_tree_tableFunction · 0.85
handle_detect_changesFunction · 0.85
append_quotedFunction · 0.85
append_valueFunction · 0.85
cbm_tree_scalar_strFunction · 0.85
cbm_tree_scalar_intFunction · 0.85
cbm_tree_scalar_boolFunction · 0.85
cbm_tree_table_headerFunction · 0.85

Calls 1

cbm_sb_append_nFunction · 0.85

Tested by

no test coverage detected