| 69 | } |
| 70 | |
| 71 | Ref<Resource> ResourceLoaderCompatText::get_resource() { |
| 72 | return resource; |
| 73 | } |
| 74 | |
| 75 | Error ResourceLoaderCompatText::_parse_sub_resource_dummy(DummyReadData *p_data, VariantParser::Stream *p_stream, Ref<Resource> &r_res, int &line, String &r_err_str) { |
| 76 | VariantParser::Token token; |
no outgoing calls
no test coverage detected