MCPcopy 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
260void cbm_tree_row_begin(cbm_sb_t *sb) {
261 cbm_sb_append_n(sb, " ", 2);
262}
263
264void cbm_tree_cell_str(cbm_sb_t *sb, const char *val, bool first) {
265 if (!first) {

Callers 7

bm25_searchFunction · 0.85
emit_search_results_toonFunction · 0.85
handle_query_graphFunction · 0.85
handle_get_architectureFunction · 0.85
bfs_to_toon_tableFunction · 0.85

Calls 1

cbm_sb_append_nFunction · 0.85

Tested by

no test coverage detected