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

Method _get_size

crypto/file_access_encrypted_custom.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int64_t FileAccessEncryptedCustom::_get_size(const String &p_file) {
206 if (file.is_valid()) {
207 return file->get_size(p_file);
208 } else {
209 return -1;
210 }
211}
212
213BitField<FileAccess::UnixPermissionFlags> FileAccessEncryptedCustom::_get_unix_permissions(const String &p_file) {
214 if (file.is_valid()) {

Callers

nothing calls this directly

Calls 2

get_sizeMethod · 0.80
is_validMethod · 0.45

Tested by

no test coverage detected