MCPcopy Create free account
hub / github.com/chrxh/alien / isDataAvailable

Method isDataAvailable

source/Gui/HistogramLiveStatistics.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "HistogramLiveStatistics.h"
2
3bool HistogramLiveStatistics::isDataAvailable() const
4{
5 return _lastHistogramData.has_value();
6}
7
8std::optional<HistogramData> const& HistogramLiveStatistics::getData() const
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected