Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4409
bool String::is_network_share_path() const {
4410
return begins_with(
"//"
) || begins_with(
"\\\\"
);
4411
}
4412
4413
String String::simplify_path() const {
4414
String s = *this;
Callers
11
update_dir
Method · 0.80
_dir_submitted
Method · 0.80
import_scene
Method · 0.80
make_dir_recursive
Method · 0.80
fix_path
Method · 0.80
get_filesystem_type
Method · 0.80
fix_path
Method · 0.80
update_dir
Method · 0.80
_dir_submitted
Method · 0.80
fix_path
Function · 0.80
fix_path
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected