Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getAvailableCount
Method
getAvailableCount
packages/core/src/Utils/Pool/Pool.ts:176–178 ·
view source on GitHub ↗
* 获取池中可用对象数量 * @returns 可用对象数量
()
Source
from the content-addressed store, hash-verified
174
* @returns 可用对象数量
175
*/
176
public getAvailableCount(): number {
177
return
this._objects.length;
178
}
179
180
/**
181
* 检查池是否为空
Callers
1
ComponentPool.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected