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

Function tf_dim

tests/test_framework.h:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 return isatty(1) ? "\033[31m" : "";
48}
49static inline const char *tf_dim(void) {
50 return isatty(1) ? "\033[90m" : "";
51}
52static inline const char *tf_reset(void) {
53 return isatty(1) ? "\033[0m" : "";
54}

Calls

no outgoing calls

Tested by

no test coverage detected