Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ polymorphicCastRegistryPtr
Method
polymorphicCastRegistryPtr
src/bt_factory.cpp:589–593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
std::shared_ptr<PolymorphicCastRegistry>
590
BehaviorTreeFactory::polymorphicCastRegistryPtr() const
591
{
592
return _p->polymorphic_registry;
593
}
594
595
Tree::Tree() = default;
596
Callers
1
recursivelyCreateSubtree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected