Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ acceptType
Method
acceptType
kdevplatform/language/duchain/types/abstracttype.cpp:98–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void AbstractType::acceptType(AbstractType::Ptr type, TypeVisitor* v)
99
{
100
if (!type)
101
return;
102
103
type->accept(v);
104
}
105
106
AbstractType::WhichType AbstractType::whichType() const
107
{
Callers
nothing calls this directly
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected