Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ clear
Method
clear
bt_editor/sidepanel_replay.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void SidepanelReplay::clear()
55
{
56
_table_model->setColumnCount(4);
57
_table_model->setRowCount(0);
58
}
59
60
void SidepanelReplay::updateTableModel(const AbsBehaviorTree& locaded_tree)
61
{
Callers
1
loadLog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected