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

Method storage

app/src/IO/CircularBuffer.h:74–74  ·  view source on GitHub ↗

Raw backing-store pointer; owners use it to pin the buffer into physical memory

Source from the content-addressed store, hash-verified

72
73 // Raw backing-store pointer; owners use it to pin the buffer into physical memory
74 [[nodiscard]] const StorageType* storage() const noexcept { return m_buffer.data(); }
75
76 [[nodiscard]] T read(qsizetype size);
77 [[nodiscard]] T peek(qsizetype size) const;

Callers 2

FrameReaderMethod · 0.80
~FrameReaderMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected