Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ containsVariable
Method
containsVariable
plugins/qmakemanager/qmakefile.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
bool QMakeFile::containsVariable(const QString& variable) const
153
{
154
return m_variableValues.contains(variable);
155
}
156
157
QMakeFile::VariableMap QMakeFile::variableMap() const
158
{
Callers
1
replaceFunctions
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
1
replaceFunctions
Method · 0.64