Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ accept0
Method
accept0
kdevplatform/language/duchain/types/delayedtype.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void DelayedType::accept0(KDevelop::TypeVisitor* v) const
86
{
87
v->visit(this);
88
/* v->endVisit(this);*/
89
}
90
91
inline size_t qHash(DelayedType::Kind kind)
92
{
Callers
nothing calls this directly
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected