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

Method _get_access_time

crypto/file_access_encrypted_custom.cpp:197–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197uint64_t FileAccessEncryptedCustom::_get_access_time(const String &p_file) {
198 if (file.is_valid()) {
199 return file->get_access_time(p_file);
200 } else {
201 return 0;
202 }
203}
204
205int64_t FileAccessEncryptedCustom::_get_size(const String &p_file) {
206 if (file.is_valid()) {

Callers

nothing calls this directly

Calls 1

is_validMethod · 0.45

Tested by

no test coverage detected