Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
using util::SplitString;
24
25
static UniValue JSON(std::string_view json) {
26
UniValue value;
27
BOOST_CHECK(value.read(json));
28
return value;
29
}
30
31
class HasJSON {
32
public:
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected