MCPcopy 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

38inline bool& Color() { static bool color; return color; }
39
40inline void SetColor() { Color() = true; }
41inline void SetNoColor() { Color() = false; }
42
43enum BeforePrompt { beforePrompt };

Callers 7

mainFunction · 0.85
mainFunction · 0.85
UserInterfaceMethod · 0.85
UserInterfaceMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected