Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetCurrentPosition
Method
GetCurrentPosition
TombEngine/Specific/IO/Streams.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
int MemoryStream::GetCurrentPosition()
201
{
202
return (m_buffer - m_startBuffer);
203
}
204
205
bool MemoryStream::Seek(int seek, SeekOrigin origin)
206
{
Callers
3
ReadChunks
Method · 0.80
ChunkWritingState
Method · 0.80
EndWrite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected