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

Method get_cached_script_entry

utility/gdre_settings.cpp:1256–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256Dictionary GDRESettings::get_cached_script_entry(const String &p_path) {
1257 if (!is_pack_loaded() || p_path.is_empty() || !script_cache.has(p_path)) {
1258 return Dictionary();
1259 }
1260 return script_cache[p_path];
1261}
1262
1263bool GDRESettings::had_encryption_error() const {
1264 return error_encryption;

Callers 1

_do_file_infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected