Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void 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
54
char *cbm_sb_finish(cbm_sb_t *sb) {
55
if (sb->oom) {
Callers
15
bm25_search
Function · 0.85
emit_search_results_tree
Function · 0.85
handle_get_architecture
Function · 0.85
bfs_to_tree_table
Function · 0.85
detect_emit_impacted_tree
Function · 0.85
handle_detect_changes
Function · 0.85
append_quoted
Function · 0.85
append_value
Function · 0.85
cbm_tree_scalar_str
Function · 0.85
cbm_tree_scalar_int
Function · 0.85
cbm_tree_scalar_bool
Function · 0.85
cbm_tree_table_header
Function · 0.85
Calls
1
cbm_sb_append_n
Function · 0.85
Tested by
no test coverage detected