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

Method get_resource_strings

utility/gdre_settings.cpp:2690–2692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2688}
2689
2690void GDRESettings::get_resource_strings(HashSet<String> &r_strings) const {
2691 r_strings = current_project->resource_strings;
2692}
2693
2694Vector<String> GDRESettings::get_errors() {
2695 return GDRELogger::get_errors();

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected