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

Method empty

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

Source from the content-addressed store, hash-verified

62 enum VType getType() const { return typ; }
63 const std::string& getValStr() const { return val; }
64 bool empty() const { return (values.size() == 0); }
65
66 size_t size() const { return values.size(); }
67

Callers 4

ParsePrechecksFunction · 0.45
readMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
outputEscapeFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36