MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / green

Function green

tests/rigctld_test.cpp:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62static QString green(const QString& s) { return ansi("92", s); }
63static QString red(const QString& s) { return ansi("91", s); }
64static QString yellow(const QString& s) { return ansi("93", s); }
65static QString cyan(const QString& s) { return ansi("96", s); }

Callers 2

checkMethod · 0.70
mainFunction · 0.70

Calls 1

ansiFunction · 0.70

Tested by

no test coverage detected