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

Function tf_red

tests/test_framework.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return isatty(1) ? "\033[32m" : "";
45}
46static inline const char *tf_red(void) {
47 return isatty(1) ? "\033[31m" : "";
48}
49static inline const char *tf_dim(void) {
50 return isatty(1) ? "\033[90m" : "";
51}

Callers 15

test_integration.cFile · 0.85
single_file_batteryFunction · 0.85
pipeline_batteryFunction · 0.85
single_file_batteryFunction · 0.85
pipeline_batteryFunction · 0.85
robustness_probeFunction · 0.85
config_base_batteryFunction · 0.85
config_struct_batteryFunction · 0.85
config_callable_batteryFunction · 0.85
config_pipeline_batteryFunction · 0.85
config_robustnessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected