Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ isLocked
Method
isLocked
pcsx2/Cache.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
bool isDirty() const { return rawValue & DIRTY_FLAG; }
54
bool lrf() const { return rawValue & LRF_FLAG; }
55
bool isLocked() const { return rawValue & LOCK_FLAG; }
56
57
bool isDirtyAndValid() const
58
{
Callers
1
getFreeCache
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected