Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeChildToPoolAt
Method · 0.95
removeChildToPool
Method · 0.95
Calls
1
returnObject
Method · 0.80
Tested by
no test coverage detected