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

Function cbm_tree_cell_str

src/mcp/compact_out.c:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void cbm_tree_cell_str(cbm_sb_t *sb, const char *val, bool first) {
265 if (!first) {
266 cbm_sb_append_n(sb, " ", 1);
267 }
268 append_value(sb, val ? val : "");
269}
270
271void cbm_tree_cell_int(cbm_sb_t *sb, long long v, bool first) {
272 char num[32];

Callers 10

bm25_searchFunction · 0.85
sg_toon_extra_cellsFunction · 0.85
emit_search_results_toonFunction · 0.85
emit_search_results_treeFunction · 0.85
handle_query_graphFunction · 0.85
handle_get_architectureFunction · 0.85
bfs_to_toon_tableFunction · 0.85
test_mcp.cFile · 0.85

Calls 2

cbm_sb_append_nFunction · 0.85
append_valueFunction · 0.85

Tested by

no test coverage detected