Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParsePrechecks
Function · 0.45
read
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
outputEscape
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36