Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ accept0
Method
accept0
kdevplatform/language/duchain/types/structuretype.cpp:54–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void StructureType::accept0(TypeVisitor* v) const
55
{
56
// TYPE_D(StructureType);
57
v->visit(this);
58
59
v->endVisit(this);
60
}
61
62
QString StructureType::toString() const
63
{
Callers
nothing calls this directly
Calls
2
visit
Method · 0.45
endVisit
Method · 0.45
Tested by
no test coverage detected