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

Method get_length

utility/file_access_gdre.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538uint64_t FileAccessGDRE::get_length() const {
539 ERR_FAIL_COND_V_MSG(proxy.is_null(), 0, "File must be opened before use.");
540 return proxy->get_length();
541}
542
543bool FileAccessGDRE::eof_reached() const {
544 ERR_FAIL_COND_V_MSG(proxy.is_null(), true, "File must be opened before use.");

Callers 1

try_open_packMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected