Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
32
export
const
registerPool = (key: string, pool: Pool<any, any[]>) => {
33
pools[key] = pool;
34
};
35
36
/**
37
* @ignore
Callers
2
pool.ts
File · 0.90
particle.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected