Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
298
String OS::get_cache_path() const {
299
return
"."
;
300
}
301
302
String OS::get_temp_path() const {
303
return
"."
;
Callers
5
_GodotSharpDirs
Method · 0.45
get_cache_dir
Method · 0.45
EditorPaths
Method · 0.45
get_temp_path
Method · 0.45
test_os.h
File · 0.45
Calls
no outgoing calls
Tested by
1
get_temp_path
Method · 0.36