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

Method CMakeCacheModel

plugins/cmake/settings/cmakecachemodel.cpp:16–20  ·  view source on GitHub ↗

4 columns: name, type, value, comment name:type=value - comment

Source from the content-addressed store, hash-verified

14//4 columns: name, type, value, comment
15//name:type=value - comment
16CMakeCacheModel::CMakeCacheModel(QObject *parent, const KDevelop::Path &path)
17 : QStandardItemModel(parent), m_filePath(path)
18{
19 read();
20}
21
22void CMakeCacheModel::reset()
23{

Callers

nothing calls this directly

Calls 1

readFunction · 0.50

Tested by

no test coverage detected