MCPcopy 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

13const UniValue NullUniValue;
14
15void UniValue::clear()
16{
17 typ = VNULL;
18 val.clear();
19 keys.clear();
20 values.clear();
21}
22
23bool UniValue::setNull()
24{

Callers 3

getObjMapMethod · 0.45
getJsonTokenFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36