Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
bool Array::is_empty() const {
125
return _p->array.is_empty();
126
}
127
128
void Array::clear() {
129
ERR_FAIL_COND_MSG(_p->read_only,
"Array is in read-only state."
);
Callers
15
iter_init
Method · 0.45
func_PackedByteArray_decode_s32_array
Method · 0.45
func_PackedByteArray_decode_s64_array
Method · 0.45
func_PackedByteArray_decode_float_array
Method · 0.45
func_PackedByteArray_decode_double_array
Method · 0.45
func_PackedByteArray_decode_vector2_array
Method · 0.45
func_PackedByteArray_decode_vector3_array
Method · 0.45
func_PackedByteArray_decode_vector4_array
Method · 0.45
func_PackedByteArray_decode_color_array
Method · 0.45
parse_value
Method · 0.45
write
Method · 0.45
is_zero
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected