Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ clearSubstitutionRules
Method
clearSubstitutionRules
src/bt_factory.cpp:510–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
void BehaviorTreeFactory::clearSubstitutionRules()
511
{
512
_p->substitution_rules.clear();
513
}
514
515
void BehaviorTreeFactory::addSubstitutionRule(StringView filter, SubstitutionRule rule)
516
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected