Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ clear
Method
clear
src/univalue/lib/univalue.cpp:15–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
const UniValue NullUniValue;
14
15
void UniValue::clear()
16
{
17
typ = VNULL;
18
val.clear();
19
keys.clear();
20
values.clear();
21
}
22
23
bool UniValue::setNull()
24
{
Callers
3
getObjMap
Method · 0.45
getJsonToken
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36