Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ nullPointer
Method
nullPointer
lib/checknullpointer.cpp:312–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
312
void CheckNullPointerImpl::nullPointer()
313
{
314
logChecker(
"CheckNullPointer::nullPointer"
);
315
nullPointerByDeRefAndCheck();
316
}
317
318
namespace {
319
const std::set<std::string> stl_istream = {
Callers
1
runChecks
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected