MCPcopy Create free account
hub / github.com/esengine/esengine / removeChildToPool

Method removeChildToPool

packages/fairygui/src/widgets/GList.ts:264–267  ·  view source on GitHub ↗
(child: GObject)

Source from the content-addressed store, hash-verified

262 }
263
264 public removeChildToPool(child: GObject): void {
265 super.removeChild(child);
266 this.returnToPool(child);
267 }
268
269 public removeChildrenToPool(beginIndex: number = 0, endIndex: number = -1): void {
270 if (endIndex < 0 || endIndex >= this.numChildren) {

Callers

nothing calls this directly

Calls 2

returnToPoolMethod · 0.95
removeChildMethod · 0.45

Tested by

no test coverage detected