MCPcopy 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

47EditorPaths *EditorPaths::singleton = nullptr;
48
49bool EditorPaths::are_paths_valid() const {
50 return paths_valid;
51}
52
53String EditorPaths::get_data_dir() const {
54 return data_dir;

Callers 3

main.cppFile · 0.80
get_setting_directlyMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected