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

Method get_modified_time

utility/file_access_gdre.cpp:896–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896uint64_t DirAccessGDRE::get_modified_time(String p_file) {
897 if (proxy.is_valid()) {
898 return proxy->make_dir(p_file);
899 }
900 return 0;
901}
902
903Error DirAccessGDRE::make_dir(String p_dir) {
904 if (proxy.is_valid()) {

Callers 1

_get_modified_timeMethod · 0.80

Calls 2

make_dirMethod · 0.80
is_validMethod · 0.45

Tested by

no test coverage detected