MCPcopy 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
372static 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

printXmlMethod · 0.85
simplifyTemplateArgsMethod · 0.85
assignIfErrorMethod · 0.85
comparisonErrorMethod · 0.85
alwaysTrueFalseErrorMethod · 0.85
assumeFunction · 0.85
dumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected