MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / testNavigateTo

Method testNavigateTo

apps/tools/Studio/StudioApp.hpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 void testSelectFoundUsedBy() { selectFoundRefs(assetUsedBy); }
148 int testFindRef(const std::string& name) const { return findRefInFiltered(name); }
149 void testNavigateTo(int idx)
150 {
151 selectedIndices.clear();
152 selectedIndices.insert(idx);
153 selectFileAt(idx);
154 }
155 void testSetGridDetail(int idx)
156 {
157 if (idx >= 0 && idx < (int)filteredFiles.size())

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected