Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
void GDRESettings::set_exec_dir(const String &p_cwd) {
255
GDRESettings::exec_dir = p_cwd;
256
}
257
258
String GDRESettings::get_exec_dir() {
259
return GDRESettings::exec_dir;
Callers
1
test_glob.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected