Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ DUChainPointer
Method
DUChainPointer
kdevplatform/language/duchain/duchainpointer.h:84–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
public:
84
DUChainPointer() : d(QExplicitlySharedDataPointer<DUChainPointerData>(nullptr))
85
{
86
}
87
88
DUChainPointer(const DUChainPointer&) = default;
89
DUChainPointer(DUChainPointer&&) = default;
Callers
nothing calls this directly
Calls
2
base
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected