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

Method is_empty

core/variant/array.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool Array::is_empty() const {
125 return _p->array.is_empty();
126}
127
128void Array::clear() {
129 ERR_FAIL_COND_MSG(_p->read_only, "Array is in read-only state.");

Calls

no outgoing calls

Tested by

no test coverage detected