MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getInstanceData

Method getInstanceData

sources/base/HyperHdrManager.cpp:204–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204QVector<QVariantMap> HyperHdrManager::getInstanceData() const
205{
206 QVector<QVariantMap> instances = _instanceTable->getAllInstances();
207 for (auto& entry : instances)
208 {
209 // add running state
210 entry["running"] = _runningInstances.contains(entry["instance"].toInt());
211 }
212 return instances;
213}
214
215bool HyperHdrManager::areInstancesReady()
216{

Callers

nothing calls this directly

Calls 1

getAllInstancesMethod · 0.80

Tested by

no test coverage detected