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

Method read

plugins/qmakemanager/qmakecache.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool QMakeCache::read()
23{
24 const auto vars = m_mkspecs->variables();
25 for (const auto& var : vars) {
26 m_variableValues[var] = m_mkspecs->variableValues(var);
27 }
28 return QMakeFile::read();
29}

Callers

nothing calls this directly

Calls 3

variableValuesMethod · 0.80
readFunction · 0.50
variablesMethod · 0.45

Tested by

no test coverage detected