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

Function get_gdscript_tests_path

tests/test_common.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27_ALWAYS_INLINE_ String get_gdscript_tests_path() {
28 REQUIRE(GDRESettings::get_singleton());
29 return GDRESettings::get_singleton()->get_cwd().path_join("modules/gdscript/tests/scripts");
30}
31
32_ALWAYS_INLINE_ String get_gdsdecomp_helpers_path() {
33 return get_gdsdecomp_path().path_join("helpers");

Callers 1

test_bytecode.hFile · 0.85

Calls 1

get_cwdMethod · 0.80

Tested by

no test coverage detected