MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / size

Method size

app/src/DSP.h:128–128  ·  view source on GitHub ↗

* @brief Returns the current number of elements in the queue. */

Source from the content-addressed store, hash-verified

126 * @brief Returns the current number of elements in the queue.
127 */
128 [[nodiscard]] std::size_t size() const { return m_size; }
129
130 /**
131 * @brief Returns the maximum capacity of the queue.

Callers 11

decodeTextMethod · 0.45
appendDecimatedMethod · 0.45
SweepEngineClass · 0.45
completeSweepMethod · 0.45
resetMethod · 0.45
spanFromFixedQueueFunction · 0.45
dsColumnYBoundsFunction · 0.45
downsampleMonotonicFunction · 0.45
downsampleTimeWindowFunction · 0.45
downsampleWindowAbsoluteFunction · 0.45
toDoubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected