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

Method storageMask

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

* @brief Returns the storage AND-mask. Lets advanced callers inline the * wrap (`idx = (idx + n) & mask`) when walking by a stride > 1. */

Source from the content-addressed store, hash-verified

162 * wrap (`idx = (idx + n) & mask`) when walking by a stride > 1.
163 */
164 [[nodiscard]] std::size_t storageMask() const noexcept { return m_storageMask; }
165
166 /**
167 * @brief Returns the backing storage size (>= capacity()), always a power of two.

Callers 3

updateDataMethod · 0.80
updateDataMethod · 0.80
updateDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected