Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ flags
Method
flags
pcsx2/Cache.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
};
46
47
int flags() const
48
{
49
return rawValue & ALL_FLAGS;
50
}
51
52
bool isValid() const { return rawValue & VALID_FLAG; }
53
bool isDirty() const { return rawValue & DIRTY_FLAG; }
Callers
3
PrintAsCharLiteralTo
Function · 0.45
doCacheHitOp
Function · 0.45
CACHE
Function · 0.45
Calls
no outgoing calls
Tested by
1
PrintAsCharLiteralTo
Function · 0.36