MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / JSON

Function JSON

src/test/rpc_tests.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using util::SplitString;
24
25static UniValue JSON(std::string_view json)
26{
27 UniValue value;
28 BOOST_CHECK(value.read(json));
29 return value;
30}
31
32class HasJSON
33{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected