MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ParseMoney

Function ParseMoney

src/utilmoneystr.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34bool ParseMoney(const std::string& str, CAmount& nRet)
35{
36 return ParseMoney(str.c_str(), nRet);
37}
38
39bool ParseMoney(const char* pszIn, CAmount& nRet)
40{

Callers 6

ExtractAndValidateValueFunction · 0.85
DefaultOptionsFunction · 0.85
ParameterInteractionMethod · 0.85
CreateWalletFromFileMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 4

atoi64Function · 0.85
insertMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68