MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Empty

Method Empty

CobaltFusion/CircularBuffer.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool CircularBuffer::Empty() const
69{
70 return m_readOffset == m_writeOffset;
71}
72
73size_t CircularBuffer::Available() const
74{

Callers 3

IsIdleMethod · 0.45
IsIdleMethod · 0.45
OnMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected