Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ setValid
Method
setValid
pcsx2/Cache.cpp:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void setValid() { rawValue |= VALID_FLAG; }
63
void setDirty() { rawValue |= DIRTY_FLAG; }
64
void setLocked() { rawValue |= LOCK_FLAG; }
65
void clearValid() { rawValue &= ~VALID_FLAG; }
Callers
1
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected