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

Method overflowCount

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

Source from the content-addressed store, hash-verified

98 [[nodiscard]] MultiMatchResult findFirstOfPatterns(const QVector<T>& patterns) const;
99
100 [[nodiscard]] qsizetype overflowCount() const noexcept
101 {
102 return m_overflowCount.load(std::memory_order_relaxed);
103 }
104
105 void resetOverflowCount() noexcept { m_overflowCount.store(0, std::memory_order_relaxed); }
106

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected