Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetReadPos
Method
GetReadPos
BeefySysLib/util/ChunkedDataBuffer.cpp:146–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
int ChunkedDataBuffer::GetReadPos()
147
{
148
return mReadPoolIdx * ALLOC_SIZE + (int)(mReadCurPtr - mReadCurAlloc);
149
}
150
151
void ChunkedDataBuffer::SetReadPos(int pos)
152
{
Callers
6
SetBackend
Method · 0.80
NewCmdInserted
Method · 0.80
ProcessBfIRData
Method · 0.80
WriteTypeData
Method · 0.80
Init
Method · 0.80
HandleNextCmd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected