Legend:
Library
Module
Module type
Parameter
Class
Class type
3 Deprecated
Deprecated. Do not use it any more
Search Bud or Leaf by index.
Note that at worst case this can fall into total searches, which can be VERY SLOW. You must first find alternatives to avoid to use this module.
The total search is avoided using the property that nodes have indices larger than those of children. If the property breaks, the search defined in this module stops working correctly.
It is so far used to find the source of copied nodes. In Tezos, almost of all the cases the source is /data/rolls/owner/current and it is always found less than 0.01 seconds.