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

Method remove_source

compat/resource_import_metadatav2.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void ResourceImportMetadatav2::remove_source(int p_idx) {
42 ERR_FAIL_INDEX(p_idx, sources.size());
43 sources.remove_at(p_idx);
44}
45
46int ResourceImportMetadatav2::get_source_count() const {
47 // size was 32-bit in 2.0, so we need to cast to int

Callers 2

set_source_and_md5Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected