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

Method capacity

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

* @brief Returns the maximum capacity of the queue. */

Source from the content-addressed store, hash-verified

131 * @brief Returns the maximum capacity of the queue.
132 */
133 [[nodiscard]] std::size_t capacity() const { return m_capacity; }
134
135 /**
136 * @brief Checks whether the queue is full.

Callers 2

TESTFunction · 0.45
appendDecimatedMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36