Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ toString
Method
toString
lib/checknullpointer.cpp:600–603 ·
view source on GitHub ↗
Convert data into xml string */
Source
from the content-addressed store, hash-verified
598
599
/** Convert data into xml string */
600
std::string toString() const override
601
{
602
return CTU::toString(unsafeUsage);
603
}
604
};
605
}
606
Callers
nothing calls this directly
Calls
1
toString
Function · 0.70
Tested by
no test coverage detected