MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / JSON

Function JSON

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

Source from the content-addressed store, hash-verified

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

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected