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

Method OutlineNode

plugins/outlineview/outlinenode.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace KDevelop;
26
27OutlineNode::OutlineNode(const QString& text, OutlineNode* parent)
28 : m_cachedText(text)
29 , m_parent(parent)
30{
31}
32
33OutlineNode::OutlineNode(DUContext* ctx, const QString& name, OutlineNode* parent)
34 : m_cachedText(name)

Callers

nothing calls this directly

Calls 15

importIdentifierMethod · 0.80
isFriendMethod · 0.80
localDeclarationsMethod · 0.80
partToStringMethod · 0.80
valueAsStringMethod · 0.80
isAutoDeclarationMethod · 0.80
IdentifierFunction · 0.50
typeMethod · 0.45
topContextMethod · 0.45
toStringMethod · 0.45
identifierMethod · 0.45
abstractTypeMethod · 0.45

Tested by

no test coverage detected