🚀
IC Reactor v3 is here!
Featuring TanStack Query integration, improved type safety, and more.
View v3 Documentation →
×
ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
lookup_subtree
Function lookup_subtree
lookup_subtree
(
   Â
path
:
utils
.
agent
.
NodePath
,
   Â
tree
:
utils
.
agent
.
HashTree
,
)
:
utils
.
agent
.
SubtreeLookupResult
Lookup a subtree in a tree.
Parameters
path
:
utils
.
agent
.
NodePath
the path to look up
tree
:
utils
.
agent
.
HashTree
the tree to search
Returns
utils
.
agent
.
SubtreeLookupResult
the result of the lookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Example
GitHub
ic-reactor
Loading...
Lookup a subtree in a tree.