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

Method set_exec_dir

utility/gdre_settings.cpp:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void GDRESettings::set_exec_dir(const String &p_cwd) {
255 GDRESettings::exec_dir = p_cwd;
256}
257
258String GDRESettings::get_exec_dir() {
259 return GDRESettings::exec_dir;

Callers 1

test_glob.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected