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

Method size

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

Source from the content-addressed store, hash-verified

64 bool empty() const { return (values.size() == 0); }
65
66 size_t size() const { return values.size(); }
67
68 bool getBool() const { return isTrue(); }
69 void getObjMap(std::map<std::string,UniValue>& kv) const;

Callers 15

json_escapeFunction · 0.45
writeArrayMethod · 0.45
writeObjectMethod · 0.45
validNumStrFunction · 0.45
pushKVsMethod · 0.45
getObjMapMethod · 0.45
findKeyMethod · 0.45
univalue.cppFile · 0.45
ParsePrechecksFunction · 0.45
ParseDoubleFunction · 0.45
readMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36