Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ValueFromString
Function
ValueFromString
src/test/rpc_tests.cpp:174–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
static UniValue ValueFromString(const std::string &str)
175
{
176
UniValue value;
177
BOOST_CHECK(value.setNumStr(str));
178
return value;
179
}
180
181
BOOST_AUTO_TEST_CASE(rpc_parse_monetary_values)
182
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
setNumStr
Method · 0.80
Tested by
no test coverage detected