MCPcopy 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
112bool FileAccessPatchedGDRE::is_open() const {
113 return old_file.is_valid() && old_file->is_open();
114}
115
116void FileAccessPatchedGDRE::seek(uint64_t p_position) {
117 if (!_try_apply_patch()) {

Callers 1

open_customMethod · 0.45

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected