Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ GetStream
Method
GetStream
pcsx2/StateWrapper.h:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
~StateWrapper();
96
97
IStream* GetStream() const { return m_stream; }
98
bool HasError() const { return m_error; }
99
bool IsGood() const { return !m_error; }
100
bool IsReading() const { return (m_mode == Mode::Read); }
Callers
1
DoState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected