MCPcopy 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
170bool Psf::IsValid()
171{
172 Core::LockGuard lock(m_mutex);
173
174 return m_opened;
175}
176
177void Psf::DbgPrint()
178{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected