Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ ReadPointer
Method
ReadPointer
CobaltFusion/CircularBuffer.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
const char* CircularBuffer::ReadPointer() const
120
{
121
return m_buffer.get() + m_readOffset;
122
}
123
124
char* CircularBuffer::WritePointer() const
125
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected