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

Function id_string

lib/utils.h:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367static inline std::string id_string(const void* p)
368{
369 return id_string_i(reinterpret_cast<std::uintptr_t>(p));
370}
371
372static inline const char* bool_to_string(bool b)
373{

Callers 4

printXmlMethod · 0.85
dumpMethod · 0.85
printValueFlowMethod · 0.85
dumpMethod · 0.85

Calls 1

id_string_iFunction · 0.85

Tested by

no test coverage detected