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

Method variableInfo

plugins/qmakemanager/variablereferenceparser.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123VariableInfo VariableReferenceParser::variableInfo(const QString& var) const
124{
125 return m_variables.value(var, VariableInfo());
126}
127
128void VariableReferenceParser::appendPosition(const QString& var, int start, int end, VariableInfo::VariableType type)
129{

Callers 1

resolveVariablesMethod · 0.80

Calls 2

VariableInfoClass · 0.85
valueMethod · 0.45

Tested by

no test coverage detected