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