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

Method storageCapacity

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

* @brief Returns the backing storage size (>= capacity()), always a power of two. * Use for span/wrap math that operates on the raw buffer indices. */

Source from the content-addressed store, hash-verified

168 * Use for span/wrap math that operates on the raw buffer indices.
169 */
170 [[nodiscard]] std::size_t storageCapacity() const noexcept { return m_storageCapacity; }
171
172 /**
173 * @brief Provides read-only access to an element at a given index.

Callers 1

spanFromFixedQueueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected