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