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

Method get_path_absolute

crypto/file_access_encrypted_custom.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113String FileAccessEncryptedCustom::get_path_absolute() const {
114 if (file.is_valid()) {
115 return file->get_path_absolute();
116 } else {
117 return "";
118 }
119}
120
121void FileAccessEncryptedCustom::seek(uint64_t p_position) {
122 if (p_position > get_length()) {

Callers 1

open_and_parseMethod · 0.45

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected