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

Method Clear

BeefySysLib/MemStream.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void DynMemStream::Clear()
147{
148 mPos = 0;
149 mData.Clear();
150}
151
152void* DynMemStream::GetPtr()
153{

Callers 3

GetRelativePathMethod · 0.45
Res_JPEGCompressFunction · 0.45
Res_WritePNGFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected