MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / setRegistrationID

Method setRegistrationID

src/tree_node.cpp:454–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void TreeNode::setRegistrationID(StringView ID)
455{
456 _p->registration_ID.assign(ID.data(), ID.size());
457}
458
459void TreeNode::setWakeUpInstance(std::shared_ptr<WakeUpSignal> instance)
460{

Callers 1

instantiateTreeNodeMethod · 0.80

Calls 3

assignMethod · 0.80
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected