Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetCorrupted
Method
SetCorrupted
src/window_savefile.cpp:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void Window_SaveFile::SetCorrupted(bool corrupted) {
82
this->corrupted = corrupted;
83
}
84
85
bool Window_SaveFile::IsValid() const {
86
return has_save && !corrupted;
Callers
2
PopulateSaveWindow
Method · 0.80
PopulateSaveWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected