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

Method getAbstractTree

test/groot_test_base.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42AbsBehaviorTree GrootTestBase::getAbstractTree(const QString &name)
43{
44 if(name.isEmpty() )
45 return BuildTreeFromScene( main_win->currentTabInfo()->scene() );
46 else
47 return BuildTreeFromScene( main_win->getTabByName(name)->scene() );
48}
49
50void GrootTestBase::testMessageBox(int deplay_ms, TestLocation location,
51 std::function<void()> callable_action,

Callers

nothing calls this directly

Calls 4

BuildTreeFromSceneFunction · 0.85
sceneMethod · 0.80
currentTabInfoMethod · 0.80
getTabByNameMethod · 0.80

Tested by

no test coverage detected