Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Illation/ETEngine
/ BinaryReader
Method
BinaryReader
Engine/source/EtCore/FileSystem/BinaryReader.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
BinaryReader::BinaryReader(void) :
12
m_Exists(false),
13
m_pReader(nullptr)
14
{
15
}
16
17
BinaryReader::~BinaryReader(void)
18
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected