MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_executable_dir

Method get_executable_dir

tests/test_utils.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43String TestUtils::get_executable_dir() {
44 return OS::get_singleton()->get_executable_path().get_base_dir();
45}
46
47String TestUtils::get_temp_path(const String &p_suffix) {
48 const String temp_base = OS::get_singleton()->get_cache_path().path_join("godot_test");

Callers

nothing calls this directly

Calls 2

get_base_dirMethod · 0.80
get_executable_pathMethod · 0.45

Tested by

no test coverage detected