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

Method pck_dump_to_dir

utility/pck_dumper.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 return err;
119}
120Error PckDumper::pck_dump_to_dir(const String &dir, const Vector<String> &files_to_extract = Vector<String>()) {
121 String t;
122 return _pck_dump_to_dir(dir, files_to_extract, t);
123}
124
125void PckDumper::_do_extract(uint32_t i, ExtractToken *tokens) {
126 auto &file = tokens[i].file;

Callers 2

test_export_projectFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_export_projectFunction · 0.64