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

Method get_path

crypto/file_access_encrypted_custom.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105String FileAccessEncryptedCustom::get_path() const {
106 if (file.is_valid()) {
107 return file->get_path();
108 } else {
109 return "";
110 }
111}
112
113String FileAccessEncryptedCustom::get_path_absolute() const {
114 if (file.is_valid()) {

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected