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

Function cbm_cli_progress_enabled

src/cli/progress_sink.c:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool cbm_cli_progress_enabled(bool explicitly_requested, bool stderr_is_tty) {
51 return explicitly_requested || stderr_is_tty;
52}
53
54static void progress_tool_name(const char *tool_name, char out[CBM_SZ_64]) {
55 size_t offset = 0;

Callers 3

run_cliFunction · 0.85
test_cli.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected