MCPcopy
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

copyMethod · 0.45
Core.jsFile · 0.45

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected