MCPcopy Create free account
hub / github.com/LUX-Core/lux / hexPrefixEncode

Function hexPrefixEncode

src/cpp-ethereum/libdevcore/TrieCommon.h:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121std::string hexPrefixEncode(bytesConstRef _d1, unsigned _o1, bytesConstRef _d2, unsigned _o2, bool _leaf);
122
123inline std::string hexPrefixEncode(NibbleSlice _s, bool _leaf, int _begin = 0, int _end = -1)
124{
125 return hexPrefixEncode(_s.data, _leaf, _begin, _end, _s.offset);
126}
127
128inline std::string hexPrefixEncode(NibbleSlice _s1, NibbleSlice _s2, bool _leaf)
129{

Callers 9

hash256rlpFunction · 0.70
nextMethod · 0.70
placeMethod · 0.70
cleveMethod · 0.70
graftMethod · 0.70
mergeMethod · 0.70
branchMethod · 0.70
BOOST_AUTO_TEST_CASEFunction · 0.50
makeRLPMethod · 0.50

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.40
makeRLPMethod · 0.40