MCPcopy 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 */
39export const getRegisteredPools = () => pools;
40
41export const createPool = <T, A extends unknown[]>(
42 options: (...args: A) => CreatePoolOptions<T, A>,

Callers 2

getPoolFunction · 0.90
getTotalPoolSizeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected