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

Method HistoryEntry

plugins/contextbrowser/contextbrowser.cpp:1545–1548  ·  view source on GitHub ↗

BEGIN HistoryEntry

Source from the content-addressed store, hash-verified

1543
1544//BEGIN HistoryEntry
1545ContextBrowserPlugin::HistoryEntry::HistoryEntry(const KDevelop::DocumentCursor& pos)
1546 : absoluteCursorPosition(pos)
1547{
1548}
1549
1550ContextBrowserPlugin::HistoryEntry::HistoryEntry(IndexedDUContext ctx,
1551 const KTextEditor::Cursor& cursorPosition) : context(ctx)

Callers

nothing calls this directly

Calls 4

scopeIdentifierMethod · 0.80
dataMethod · 0.45
toStringMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected