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

Method get_cache_path

core/os/os.cpp:298–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298String OS::get_cache_path() const {
299 return ".";
300}
301
302String OS::get_temp_path() const {
303 return ".";

Callers 5

_GodotSharpDirsMethod · 0.45
get_cache_dirMethod · 0.45
EditorPathsMethod · 0.45
get_temp_pathMethod · 0.45
test_os.hFile · 0.45

Calls

no outgoing calls

Tested by 1

get_temp_pathMethod · 0.36