MCPcopy Create free account
hub / github.com/melonjs/melonJS / registerPool

Function registerPool

packages/melonjs/src/system/pool.ts:32–34  ·  view source on GitHub ↗
(key: string, pool: Pool<any, any[]>)

Source from the content-addressed store, hash-verified

30 * @ignore
31 */
32export const registerPool = (key: string, pool: Pool<any, any[]>) => {
33 pools[key] = pool;
34};
35
36/**
37 * @ignore

Callers 2

pool.tsFile · 0.90
particle.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected