MCPcopy 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
146int ChunkedDataBuffer::GetReadPos()
147{
148 return mReadPoolIdx * ALLOC_SIZE + (int)(mReadCurPtr - mReadCurAlloc);
149}
150
151void ChunkedDataBuffer::SetReadPos(int pos)
152{

Callers 6

SetBackendMethod · 0.80
NewCmdInsertedMethod · 0.80
ProcessBfIRDataMethod · 0.80
WriteTypeDataMethod · 0.80
InitMethod · 0.80
HandleNextCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected