MCPcopy Create free account
hub / github.com/category-labs/monad / path_bytes

Method path_bytes

category/mpt/node.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274unsigned Node::path_bytes() const noexcept
275{
276 return (path_nibble_index_end + 1) / 2;
277}
278
279NibblesView Node::path_nibble_view() const noexcept
280{

Callers 2

TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64