MCPcopy 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
174static UniValue ValueFromString(const std::string &str)
175{
176 UniValue value;
177 BOOST_CHECK(value.setNumStr(str));
178 return value;
179}
180
181BOOST_AUTO_TEST_CASE(rpc_parse_monetary_values)
182{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

setNumStrMethod · 0.80

Tested by

no test coverage detected