Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
bool CircularBuffer::Empty() const
69
{
70
return m_readOffset == m_writeOffset;
71
}
72
73
size_t CircularBuffer::Available() const
74
{
Callers
3
IsIdle
Method · 0.45
IsIdle
Method · 0.45
OnMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected