MCPcopy 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
510void BehaviorTreeFactory::clearSubstitutionRules()
511{
512 _p->substitution_rules.clear();
513}
514
515void BehaviorTreeFactory::addSubstitutionRule(StringView filter, SubstitutionRule rule)
516{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected