Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ release
Method
release
packages/melonjs/src/system/pool.ts:10–10 ·
view source on GitHub ↗
(object: T)
Source
from the content-addressed store, hash-verified
8
export
interface
Pool<T, A extends unknown[]> {
9
get(...args: A): T;
10
release(object: T): void;
11
purge(): void;
12
size(): number;
13
used(): number;
Callers
15
destroy
Method · 0.65
destroy
Method · 0.65
raycastQuery
Function · 0.65
destroy
Method · 0.65
destroy
Method · 0.65
update
Method · 0.65
destroy
Method · 0.65
destroy
Method · 0.65
constructor
Method · 0.65
destroy
Method · 0.65
_buildGradient
Method · 0.65
destroy
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected