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

Method returnToPool

packages/fairygui/src/widgets/GList.ts:214–216  ·  view source on GitHub ↗
(obj: GObject)

Source from the content-addressed store, hash-verified

212 }
213
214 public returnToPool(obj: GObject): void {
215 this._pool.returnObject(obj);
216 }
217
218 // Item operations
219

Callers 2

removeChildToPoolAtMethod · 0.95
removeChildToPoolMethod · 0.95

Calls 1

returnObjectMethod · 0.80

Tested by

no test coverage detected