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

Method get_resource_info

compat/resource_compat_binary.cpp:3147–3152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3145}
3146
3147Ref<ResourceInfo> ResourceLoaderCompatBinary::get_resource_info() {
3148 Ref<ResourceInfo> d;
3149 d.instantiate();
3150 _set_main_resource_info(d);
3151 return d;
3152}
3153// virtual ResourceInfo get_resource_info(const String &p_path, Error *r_error) const override;
3154
3155#define ERR_FAIL_SET_ERR_V_MSG_SETERR(err, ret, msg) \

Callers

nothing calls this directly

Calls 4

localize_pathMethod · 0.80
load_import_metadataMethod · 0.80
openMethod · 0.45
seekMethod · 0.45

Tested by

no test coverage detected