MCPcopy 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

8export 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

destroyMethod · 0.65
destroyMethod · 0.65
raycastQueryFunction · 0.65
destroyMethod · 0.65
destroyMethod · 0.65
updateMethod · 0.65
destroyMethod · 0.65
destroyMethod · 0.65
constructorMethod · 0.65
destroyMethod · 0.65
_buildGradientMethod · 0.65
destroyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected