MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / ParseHashO

Function ParseHashO

src/rpc/core/rpcserver.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 return result;
134}
135uint256 ParseHashO(const Object& o, string strKey) {
136 return ParseHashV(find_value(o, strKey), strKey);
137}
138vector<unsigned char> ParseHexV(const Value& v, string strName) {
139 string strHex;
140 if (v.type() == str_type) strHex = v.get_str();

Callers

nothing calls this directly

Calls 1

ParseHashVFunction · 0.85

Tested by

no test coverage detected