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

Method frames

kdevplatform/debugger/framestack/framestackmodel.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169QVector<FrameStackModel::FrameItem> FrameStackModel::frames(int threadNumber) const
170{
171 Q_D(const FrameStackModel);
172
173 return d->m_frames.value(threadNumber);
174}
175
176QVariant FrameStackModel::data(const QModelIndex& index, int role) const
177{

Callers 1

testCatchpointMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by 1

testCatchpointMethod · 0.64