Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ toString
Method
toString
test/testcolor.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void toString() const {
33
// TODO: color conversion is dependent on stdout/stderr being a TTY
34
ASSERT_EQUALS(
""
, ::toString(Color::FgRed));
35
}
36
};
37
38
REGISTER_TEST(TestColor)
Callers
14
purgedConfiguration
Method · 0.45
TestPatternSearchReplace
Method · 0.45
ErrorMessageConstruct
Method · 0.45
ErrorMessageConstructLocations
Method · 0.45
ErrorMessageVerbose
Method · 0.45
ErrorMessageVerboseLocations
Method · 0.45
ErrorMessageVerboseSymbol
Method · 0.45
ErrorMessageVerboseNewline
Method · 0.45
ErrorMessageFromInternalError
Method · 0.45
ErrorMessageCode
Method · 0.45
CustomFormat
Method · 0.45
CustomFormat2
Method · 0.45
Calls
1
toString
Function · 0.50
Tested by
no test coverage detected