Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ SetColor
Function
SetColor
include/cli/colorprofile.h:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
inline bool& Color() { static bool color; return color; }
39
40
inline void SetColor() { Color() = true; }
41
inline void SetNoColor() { Color() = false; }
42
43
enum BeforePrompt { beforePrompt };
Callers
7
main
Function · 0.85
main
Function · 0.85
UserInterface
Method · 0.85
UserInterface
Method · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected