MCPcopy Create free account
hub / github.com/beefytech/Beef / Seek

Method Seek

BeefySysLib/MemStream.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void MemStream::Seek(int size)
66{
67 mPos += size;
68}
69
70void MemStream::SetPos(int pos)
71{

Callers 2

ReadPSDValueMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected