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

Method prototypeContext

plugins/qmljs/duchain/functiondeclaration.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37KDevelop::DUContext* FunctionDeclaration::prototypeContext() const
38{
39 return d_func()->m_prototypeContext.context();
40}
41
42void FunctionDeclaration::setPrototypeContext(KDevelop::DUContext* context)
43{

Callers 2

visitMethod · 0.80
getInternalContextFunction · 0.80

Calls 1

contextMethod · 0.45

Tested by

no test coverage detected