Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ IsValid
Method
IsValid
source/emulator/src/Loader/SystemContent.cpp:170–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
bool Psf::IsValid()
171
{
172
Core::LockGuard lock(m_mutex);
173
174
return m_opened;
175
}
176
177
void Psf::DbgPrint()
178
{
Callers
1
SystemContentLoadParamSfo
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected