Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setStr
Method
setStr
src/univalue/lib/univalue.cpp:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
bool UniValue::setStr(const std::string& val_)
87
{
88
clear();
89
typ = VSTR;
90
val = val_;
91
return true;
92
}
93
94
bool UniValue::setArray()
95
{
Callers
3
ParseGetInfoResult
Function · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
calcfastmerkleroot
Function · 0.80
Calls
1
clear
Function · 0.85
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64