Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_empty
Method
is_empty
core/string/node_path.cpp:347–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
bool NodePath::is_empty() const {
348
return !data;
349
}
350
351
void NodePath::simplify() {
352
if (!data) {
Callers
15
simplify
Method · 0.45
NodePath
Method · 0.45
operator==
Method · 0.45
StringName
Method · 0.45
parse_url
Method · 0.45
append_latin1
Method · 0.45
append_utf32
Method · 0.45
nocasecmp_to
Method · 0.45
casecmp_to
Method · 0.45
get_slice_count
Method · 0.45
get_slice
Method · 0.45
split
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected