Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_names
Method
get_names
core/string/node_path.cpp:210–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
Vector<StringName> NodePath::get_names() const {
211
if (data) {
212
return data->path;
213
}
214
return Vector<StringName>();
215
}
216
217
Vector<StringName> NodePath::get_subnames() const {
218
if (data) {
Callers
1
rel_path_to
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected