Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ are_paths_valid
Method
are_paths_valid
editor/file_system/editor_paths.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
EditorPaths *EditorPaths::singleton = nullptr;
48
49
bool EditorPaths::are_paths_valid() const {
50
return paths_valid;
51
}
52
53
String EditorPaths::get_data_dir() const {
54
return data_dir;
Callers
3
main.cpp
File · 0.80
get_setting_directly
Method · 0.80
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected