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

Method get_path_absolute

compat/file_access_encrypted_v3.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166String FileAccessEncryptedv3::get_path_absolute() const {
167 if (file.is_valid()) {
168 return file->get_path_absolute();
169 } else {
170 return "";
171 }
172}
173
174void FileAccessEncryptedv3::seek(uint64_t p_position) {
175 if (p_position > get_length()) {

Callers 1

open_and_parseMethod · 0.45

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected