MCPcopy Create free account
hub / github.com/KDE/kdevelop / watchVariableIndexAt

Method watchVariableIndexAt

plugins/lldb/unittests/test_lldbformatters.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83QModelIndex LldbFormattersTest::watchVariableIndexAt(int i, int col)
84{
85 auto watchRoot = variableCollection()->indexForItem(variableCollection()->watches(), 0);
86 return variableCollection()->index(i, col, watchRoot);
87}
88
89QModelIndex LldbFormattersTest::localVariableIndexAt(int i, int col)
90{

Callers

nothing calls this directly

Calls 3

variableCollectionFunction · 0.85
indexForItemMethod · 0.80
indexMethod · 0.45

Tested by

no test coverage detected