Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isValid
Method
isValid
kdevplatform/language/codecompletion/codecompletioncontext.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool CodeCompletionContext::isValid() const
64
{
65
return m_valid;
66
}
67
68
void KDevelop::CodeCompletionContext::setParentContext(
69
QExplicitlySharedDataPointer<KDevelop::CodeCompletionContext> newParent)
Callers
6
index
Method · 0.45
parent
Method · 0.45
rowCount
Method · 0.45
CodeCompletionItemTester
Method · 0.45
init
Method · 0.45
computeCompletions
Method · 0.45
Calls
no outgoing calls
Tested by
2
CodeCompletionItemTester
Method · 0.36
init
Method · 0.36