MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / ~DeviceModel

Method ~DeviceModel

src/model/DeviceModel.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17DeviceModel::~DeviceModel() {
18 delete m_root;
19}
20
21void DeviceModel::loadDisabledModules() {
22 m_disabledModules.clear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected