MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_network_share_path

Method is_network_share_path

core/string/ustring.cpp:4409–4411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4407}
4408
4409bool String::is_network_share_path() const {
4410 return begins_with("//") || begins_with("\\\\");
4411}
4412
4413String String::simplify_path() const {
4414 String s = *this;

Callers 11

update_dirMethod · 0.80
_dir_submittedMethod · 0.80
import_sceneMethod · 0.80
make_dir_recursiveMethod · 0.80
fix_pathMethod · 0.80
get_filesystem_typeMethod · 0.80
fix_pathMethod · 0.80
update_dirMethod · 0.80
_dir_submittedMethod · 0.80
fix_pathFunction · 0.80
fix_pathFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected