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

Method _get_modified_time

crypto/file_access_encrypted_custom.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189uint64_t FileAccessEncryptedCustom::_get_modified_time(const String &p_file) {
190 if (file.is_valid()) {
191 return file->get_modified_time(p_file);
192 } else {
193 return 0;
194 }
195}
196
197uint64_t FileAccessEncryptedCustom::_get_access_time(const String &p_file) {
198 if (file.is_valid()) {

Callers

nothing calls this directly

Calls 2

get_modified_timeMethod · 0.80
is_validMethod · 0.45

Tested by

no test coverage detected