Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ bool_to_string
Function
bool_to_string
lib/utils.h:372–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
static inline const char* bool_to_string(bool b)
373
{
374
return b ?
"true"
:
"false"
;
375
}
376
377
/**
378
* Remove heading and trailing whitespaces from the input parameter.
Callers
15
printXml
Method · 0.85
simplifyTemplateArgs
Method · 0.85
assignIfError
Method · 0.85
comparisonError
Method · 0.85
alwaysTrueFalseError
Method · 0.85
checkInvalidTestForOverflow
Method · 0.85
compareValueOutOfTypeRangeError
Method · 0.85
assume
Function · 0.85
checkComparisonFunctionIsAlwaysTrueOrFalseError
Method · 0.85
knownPointerToBoolError
Method · 0.85
incorrectStringBooleanError
Method · 0.85
dump
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected