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

Method get_additional_sources

utility/import_info.cpp:927–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927Vector<String> ImportInfov2::get_additional_sources() const {
928 Vector<String> srcs;
929 for (int i = 1; i < v2metadata->get_source_count(); i++) {
930 srcs.push_back(v2metadata->get_source_path(i));
931 }
932 return srcs;
933}
934
935void ImportInfov2::set_additional_sources(const Vector<String> &p_add_sources) {
936 // TODO: md5s

Callers 3

export_importsMethod · 0.45
is_equal_toMethod · 0.45
export_resourceMethod · 0.45

Calls 3

get_source_countMethod · 0.80
push_backMethod · 0.80
get_source_pathMethod · 0.45

Tested by

no test coverage detected