Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
bool ParseMoney(const std::string& str, CAmount& nRet)
35
{
36
return ParseMoney(str.c_str(), nRet);
37
}
38
39
bool ParseMoney(const char* pszIn, CAmount& nRet)
40
{
Callers
6
ExtractAndValidateValue
Function · 0.85
DefaultOptions
Function · 0.85
AppInitParameterInteraction
Function · 0.85
ParameterInteraction
Method · 0.85
CreateWalletFromFile
Method · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
4
atoi64
Function · 0.85
insert
Method · 0.45
end
Method · 0.45
size
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68