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

Method urls

kdevplatform/language/interfaces/codecontext.cpp:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52QList<QUrl> DUContextContext::urls() const
53{
54 Q_D(const DUContextContext);
55
56 DUChainReadLocker lock;
57 if (auto context = d->m_item.context()) {
58 return {
59 context->url().toUrl()
60 };
61 }
62 return {};
63}
64
65IndexedDUContext DUContextContext::context() const
66{

Callers

nothing calls this directly

Calls 3

contextMethod · 0.45
toUrlMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected