MCPcopy Create free account
hub / github.com/ElementsProject/elements / categoryClass

Function categoryClass

src/qt/rpcconsole.cpp:813–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811#endif
812
813static QString categoryClass(int category)
814{
815 switch(category)
816 {
817 case RPCConsole::CMD_REQUEST: return "cmd-request"; break;
818 case RPCConsole::CMD_REPLY: return "cmd-reply"; break;
819 case RPCConsole::CMD_ERROR: return "cmd-error"; break;
820 default: return "misc";
821 }
822}
823
824void RPCConsole::fontBigger()
825{

Callers 1

messageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected