MCPcopy Create free account
hub / github.com/ElementsProject/elements / isArray

Method isArray

src/univalue/include/univalue.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 bool isStr() const { return (typ == VSTR); }
80 bool isNum() const { return (typ == VNUM); }
81 bool isArray() const { return (typ == VARR); }
82 bool isObject() const { return (typ == VOBJ); }
83
84 bool push_back(const UniValue& val);

Callers 15

HTTPReq_JSONRPCFunction · 0.80
EnumerateMethod · 0.80
AddWalletSettingFunction · 0.80
RemoveWalletSettingFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
read_jsonFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
TxOutsFromJSONFunction · 0.80
ScriptWitnessFromJSONFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
TxOutsFromJSONFunction · 0.80

Calls

no outgoing calls

Tested by 9

BOOST_AUTO_TEST_CASEFunction · 0.64
read_jsonFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
TxOutsFromJSONFunction · 0.64
ScriptWitnessFromJSONFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
TxOutsFromJSONFunction · 0.64
ScriptWitnessFromJSONFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64