MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / ~VarData

Method ~VarData

gui/qt/vartablemodel.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17VarTableModel::VarData::~VarData() {
18 delete[] info.data;
19}
20
21VarTableModel::VarData::VarData(VarData &&other) noexcept {
22 info.data = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected