Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ read
Method
read
src/univalue/include/univalue.h:151–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
bool read(const char *raw, size_t len);
151
bool read(const char *raw) { return read(raw, strlen(raw)); }
152
bool read(const std::string& rawStr) {
153
return read(rawStr.data(), rawStr.size());
154
}
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected