MCPcopy 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
653String OS::get_cache_dir() const {
654 return ::OS::get_singleton()->get_cache_path();
655}
656
657String OS::get_temp_dir() const {
658 return ::OS::get_singleton()->get_temp_path();

Callers 1

_denoise_oidnMethod · 0.45

Calls 1

get_cache_pathMethod · 0.45

Tested by

no test coverage detected