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

Method get_error

utility/file_access_apk.cpp:395–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395Error FileAccessAPK::get_error() const {
396 if (!zfile) {
397 return ERR_UNCONFIGURED;
398 }
399 if (eof_reached()) {
400 return ERR_FILE_EOF;
401 }
402
403 return OK;
404}
405
406void FileAccessAPK::flush() {
407 ERR_FAIL();

Callers 6

godot_testerrorFunction · 0.45
try_open_packMethod · 0.45
rewrite_metadataMethod · 0.45
export_importsMethod · 0.45
test_recovered_resourceFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_recovered_resourceFunction · 0.36