MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / clear

Method clear

bt_editor/bt_editor_base.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QDebug>
4
5void AbsBehaviorTree::clear()
6{
7 _nodes.resize(0);
8}
9
10
11AbsBehaviorTree::~AbsBehaviorTree()

Callers 10

onPushUndoMethod · 0.45
clearUndoStacksMethod · 0.45
addNodeMethod · 0.45
VerifyXMLFunction · 0.45
disconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected