MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / clear

Method clear

TheForceEngine/TFE_FileSystem/memorystream.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void MemoryStream::clear()
83{
84 close();
85 m_addr = 0u;
86 m_size = 0u;
87}
88
89//derived from Stream
90bool MemoryStream::seek(s32 offset, Origin origin/*=ORIGIN_START*/)

Callers 15

initFunction · 0.45
destroyFunction · 0.45
serializeFunction · 0.45
stopAllFuncFunction · 0.45
updateFunction · 0.45
setTestSystemMethod · 0.45
ClearAllMethod · 0.45
ExtractMetadataMethod · 0.45
modLoader_readFunction · 0.45
filterModsFunction · 0.45
readFromQueueFunction · 0.45

Calls

no outgoing calls

Tested by 1

setTestSystemMethod · 0.36