MCPcopy 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
85void DelayedType::accept0(KDevelop::TypeVisitor* v) const
86{
87 v->visit(this);
88/* v->endVisit(this);*/
89}
90
91inline size_t qHash(DelayedType::Kind kind)
92{

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected