Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
454
void TreeNode::setRegistrationID(StringView ID)
455
{
456
_p->registration_ID.assign(ID.data(), ID.size());
457
}
458
459
void TreeNode::setWakeUpInstance(std::shared_ptr<WakeUpSignal> instance)
460
{
Callers
1
instantiateTreeNode
Method · 0.80
Calls
3
assign
Method · 0.80
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected