Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ setArray
Method
setArray
src/univalue/lib/univalue.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool UniValue::setArray()
97
{
98
clear();
99
typ = VARR;
100
return true;
101
}
102
103
bool UniValue::setObject()
104
{
Callers
5
listtransactions
Function · 0.80
importmulti
Function · 0.80
BOOST_FIXTURE_TEST_CASE
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
signrawtransaction
Function · 0.80
Calls
no outgoing calls
Tested by
2
BOOST_FIXTURE_TEST_CASE
Function · 0.64
BOOST_AUTO_TEST_CASE
Function · 0.64