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

Method get_file_count

utility/gdre_settings.cpp:310–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310uint32_t GDRESettings::get_file_count() const {
311 if (!is_pack_loaded()) {
312 return 0;
313 }
314 int count = 0;
315 for (const auto &pack : packs) {
316 count += pack->file_count;
317 }
318 return count;
319}
320
321bool GDRESettings::uses_nonstandard_headers() const {
322 if (!is_pack_loaded()) {

Callers 1

_pck_select_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected