| 3145 | } |
| 3146 | |
| 3147 | Ref<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) \ |
nothing calls this directly
no test coverage detected