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

Method raw

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

* @brief Returns a raw pointer to the internal buffer (read-only). */

Source from the content-addressed store, hash-verified

208 * @brief Returns a raw pointer to the internal buffer (read-only).
209 */
210 [[nodiscard]] const T* raw() const { return m_data.get(); }
211
212 /**
213 * @brief Returns a raw pointer to the internal buffer (mutable).

Callers 7

appendDecimatedMethod · 0.80
spanFromFixedQueueFunction · 0.80
restorePlotTimeRingsMethod · 0.80
updateDataMethod · 0.80
updateDataMethod · 0.80
updateDataMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected