MCPcopy 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

56const char Settings::SafeChecks::XmlExternalVariables[] = "external-variables";
57
58static int getPid()
59{
60#ifndef _WIN32
61 return getpid();
62#else
63 return _getpid();
64#endif
65}
66
67Settings::Settings()
68{

Callers 1

SettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected