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

Function yellow

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

Source from the content-addressed store, hash-verified

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); }
66static QString bold(const QString& s) { return ansi("1", s); }
67

Callers 3

checkMethod · 0.70
skipMethod · 0.70
mainFunction · 0.70

Calls 1

ansiFunction · 0.70

Tested by

no test coverage detected