MCPcopy Create free account
hub / github.com/KDE/kdevelop / context

Method context

kdevplatform/language/interfaces/codecontext.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65IndexedDUContext DUContextContext::context() const
66{
67 Q_D(const DUContextContext);
68
69 return d->m_item;
70}
71void DUContextContext::setContext(IndexedDUContext context)
72{
73 Q_D(DUContextContext);

Callers 1

urlsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected