MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_length

Method get_length

utility/file_access_patched_gdre.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140uint64_t FileAccessPatchedGDRE::get_length() const {
141 if (!_try_apply_patch()) {
142 return 0;
143 }
144
145 return patched_file->get_length();
146}
147
148bool FileAccessPatchedGDRE::eof_reached() const {
149 if (!_try_apply_patch()) {

Callers 1

_apply_patchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected