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

Method isObject

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

Source from the content-addressed store, hash-verified

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);
85 bool push_back(const std::string& val_) {

Callers 15

MutateTxSignFunction · 0.80
HTTPReq_JSONRPCFunction · 0.80
ParseErrorFunction · 0.80
IsConfirmedBitcoinBlockFunction · 0.80
MainchainRPCCheckFunction · 0.80
FundTransactionFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
AssetTestFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
TestFunction · 0.80
RPCParseCommandLineMethod · 0.80

Calls

no outgoing calls

Tested by 5

BOOST_AUTO_TEST_CASEFunction · 0.64
AssetTestFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64
TestFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64