Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/4ian/GDevelop
/ getAllChildrenArray
Method
getAllChildrenArray
GDevelop.js/TestUtils/GDJSMocks.js:178–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
176
}
177
178
getAllChildrenArray() {
179
if
(this._childrenArray.length > 0) {
180
return
this._childrenArray;
181
}
182
return
Object.values(this._children);
183
}
184
185
getChildrenCount() {
186
return
Object.keys(this._children).length;
Callers
2
copy
Method · 0.45
Core.js
File · 0.45
Calls
1
values
Method · 0.45
Tested by
no test coverage detected