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

Method halt

src/controls/parallel_all_node.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void ParallelAllNode::halt()
106{
107 completed_list_.clear();
108 failure_count_ = 0;
109 ControlNode::halt();
110}
111
112size_t ParallelAllNode::failureThreshold() const
113{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected