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

Method capacity

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

Source from the content-addressed store, hash-verified

69 [[nodiscard]] qsizetype freeSpace() const noexcept;
70
71 [[nodiscard]] qsizetype capacity() const noexcept { return m_capacity; }
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(); }

Callers 5

FrameReaderMethod · 0.45
~FrameReaderMethod · 0.45
peekRangeIntoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected