Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_escape
Function · 0.45
writeArray
Method · 0.45
writeObject
Method · 0.45
validNumStr
Function · 0.45
pushKVs
Method · 0.45
getObjMap
Method · 0.45
findKey
Method · 0.45
univalue.cpp
File · 0.45
ParsePrechecks
Function · 0.45
ParseDouble
Function · 0.45
read
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36