Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_cache_dir
Method
get_cache_dir
core/core_bind.cpp:653–655 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
651
}
652
653
String OS::get_cache_dir() const {
654
return ::OS::get_singleton()->get_cache_path();
655
}
656
657
String OS::get_temp_dir() const {
658
return ::OS::get_singleton()->get_temp_path();
Callers
1
_denoise_oidn
Method · 0.45
Calls
1
get_cache_path
Method · 0.45
Tested by
no test coverage detected