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

Method Capacity

CobaltFusion/CircularBuffer.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63size_t CircularBuffer::Capacity() const
64{
65 return m_capacity;
66}
67
68bool CircularBuffer::Empty() const
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected