Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ getRegisteredPools
Function
getRegisteredPools
packages/melonjs/src/system/pool.ts:39–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
* @ignore
38
*/
39
export
const
getRegisteredPools = () => pools;
40
41
export
const
createPool = <T, A extends unknown[]>(
42
options: (...args: A) => CreatePoolOptions<T, A>,
Callers
2
getPool
Function · 0.90
getTotalPoolSize
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected