Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ is_open
Method
is_open
utility/file_access_patched_gdre.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
bool FileAccessPatchedGDRE::is_open() const {
113
return old_file.is_valid() && old_file->is_open();
114
}
115
116
void FileAccessPatchedGDRE::seek(uint64_t p_position) {
117
if (!_try_apply_patch()) {
Callers
1
open_custom
Method · 0.45
Calls
1
is_valid
Method · 0.45
Tested by
no test coverage detected