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

Function tf_reset

tests/test_framework.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 return isatty(1) ? "\033[90m" : "";
51}
52static inline const char *tf_reset(void) {
53 return isatty(1) ? "\033[0m" : "";
54}
55
56/* ── Test definition ───────────────────────────────────────────── */
57

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