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

Method is_absolute

core/string/node_path.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67bool NodePath::is_absolute() const {
68 if (!data) {
69 return false;
70 }
71
72 return data->absolute;
73}
74
75int NodePath::get_name_count() const {
76 if (!data) {

Callers 8

get_node_or_nullMethod · 0.80
get_nodeMethod · 0.80
set_root_pathMethod · 0.80
write_variantMethod · 0.80
encode_variantFunction · 0.80
rel_path_toMethod · 0.80
test_node_path.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected