MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / GetLongVal

Method GetLongVal

src/Utils/CmdLineParser.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202LONG CCmdLineParser::GetLongVal(LPCWSTR sKey) const
203{
204 CValsMap::const_iterator it = findKey(sKey);
205 if (it == m_valueMap.cend())
206 return 0;
207 return _wtol(it->second.c_str());
208}
209
210__int64 CCmdLineParser::GetLongLongVal(LPCWSTR sKey) const
211{

Callers 10

TESTFunction · 0.80
OnOpenDocumentMethod · 0.80
InitInstanceMethod · 0.80
CGitProgressDlgMethod · 0.80
CProgressDlgMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 1

cendMethod · 0.80

Tested by 1

TESTFunction · 0.64