Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ cbm_tree_row_begin
Function
cbm_tree_row_begin
src/mcp/compact_out.c:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void cbm_tree_row_begin(cbm_sb_t *sb) {
261
cbm_sb_append_n(sb,
" "
, 2);
262
}
263
264
void cbm_tree_cell_str(cbm_sb_t *sb, const char *val, bool first) {
265
if (!first) {
Callers
7
bm25_search
Function · 0.85
emit_search_results_toon
Function · 0.85
emit_semantic_results_toon
Function · 0.85
handle_query_graph
Function · 0.85
handle_get_architecture
Function · 0.85
bfs_to_toon_table
Function · 0.85
assemble_search_output_toon
Function · 0.85
Calls
1
cbm_sb_append_n
Function · 0.85
Tested by
no test coverage detected