MCPcopy 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
347bool NodePath::is_empty() const {
348 return !data;
349}
350
351void NodePath::simplify() {
352 if (!data) {

Callers 15

simplifyMethod · 0.45
NodePathMethod · 0.45
operator==Method · 0.45
StringNameMethod · 0.45
parse_urlMethod · 0.45
append_latin1Method · 0.45
append_utf32Method · 0.45
nocasecmp_toMethod · 0.45
casecmp_toMethod · 0.45
get_slice_countMethod · 0.45
get_sliceMethod · 0.45
splitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected