Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
367
static inline std::string id_string(const void* p)
368
{
369
return id_string_i(reinterpret_cast<std::uintptr_t>(p));
370
}
371
372
static inline const char* bool_to_string(bool b)
373
{
Callers
4
printXml
Method · 0.85
dump
Method · 0.85
printValueFlow
Method · 0.85
dump
Method · 0.85
Calls
1
id_string_i
Function · 0.85
Tested by
no test coverage detected