MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / toString

Function toString

lib/color.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73std::string toString(Color c)
74{
75 std::ostringstream ss;
76 ss << c;
77 return ss.str();
78}
79

Callers 15

toStringMethod · 0.70
infoStringMethod · 0.70
toStringMethod · 0.70
stringifyIndexesFunction · 0.70
arrayIndexMessageFunction · 0.70
toStringMethod · 0.70
analyseWholeProgram1Method · 0.70
isFloatArgValidMethod · 0.70
ContainerClass · 0.70

Calls 1

strMethod · 0.45

Tested by 6

toDoubleNumberMethod · 0.40
toStringMethod · 0.40
toStringMethod · 0.40
readXmlMethod · 0.40