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

Method get_error

utility/file_access_gdre.cpp:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558Error FileAccessGDRE::get_error() const {
559 ERR_FAIL_COND_V_MSG(proxy.is_null(), ERR_FILE_NOT_FOUND, "File must be opened before use.");
560 return proxy->get_error();
561}
562
563Error FileAccessGDRE::resize(int64_t p_length) {
564 ERR_FAIL_COND_V_MSG(proxy.is_null(), ERR_FILE_NOT_FOUND, "File must be opened before use.");

Callers 1

open_internalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected