Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isContextTemporary
Function
isContextTemporary
kdevplatform/language/duchain/ducontext.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
inline bool isContextTemporary(uint index)
189
{
190
return index > (0xffffffff / 2);
191
}
192
193
void DUContextDynamicData::addDeclaration(Declaration* newDeclaration)
194
{
Callers
2
addDeclaration
Method · 0.85
addChildContext
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected