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

Method isStr

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

Source from the content-addressed store, hash-verified

77 bool isFalse() const { return (typ == VBOOL) && (val != "1"); }
78 bool isBool() const { return (typ == VBOOL); }
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); }

Callers 15

AmountFromValueFunction · 0.80
MutateTxSignFunction · 0.80
EnumerateMethod · 0.80
SignTransactionMethod · 0.80
ParseResultFunction · 0.80
ParseErrorFunction · 0.80
MainchainRPCCheckFunction · 0.80
ParseHexUVFunction · 0.80
AddWalletSettingFunction · 0.80
RemoveWalletSettingFunction · 0.80
GetImportTimestampFunction · 0.80

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64