Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getPid
Function
getPid
lib/settings.cpp:58–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
const char Settings::SafeChecks::XmlExternalVariables[] =
"external-variables"
;
57
58
static int getPid()
59
{
60
#ifndef _WIN32
61
return getpid();
62
#else
63
return _getpid();
64
#endif
65
}
66
67
Settings::Settings()
68
{
Callers
1
Settings
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected