MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~Colorize

Method ~Colorize

src/backward.h:3990–3995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3988 }
3989
3990 ~Colorize()
3991 {
3992 if (_reset) {
3993 set_color(Color::reset);
3994 }
3995 }
3996
3997private:
3998 void activate(ColorMode::type mode, int fd)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected