MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / toString

Function toString

src/windows/ChannelViewOld.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static std::string toString(int t) {
104 std::stringstream ss;
105 ss << t;
106 return ss.str();
107}
108
109static std::string GetChannelString(const Channel& ch)
110{

Callers 1

GetChannelStringFunction · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected