Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void MemoryStream::clear()
83
{
84
close();
85
m_addr = 0u;
86
m_size = 0u;
87
}
88
89
//derived from Stream
90
bool MemoryStream::seek(s32 offset, Origin origin/*=ORIGIN_START*/)
Callers
15
init
Function · 0.45
destroy
Function · 0.45
serialize
Function · 0.45
stopAllFunc
Function · 0.45
update
Function · 0.45
setTestSystem
Method · 0.45
ClearAll
Method · 0.45
ExtractMetadata
Method · 0.45
modLoader_read
Function · 0.45
modLoader_cleanupResources
Function · 0.45
filterMods
Function · 0.45
readFromQueue
Function · 0.45
Calls
no outgoing calls
Tested by
1
setTestSystem
Method · 0.36