Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ numItems
Method
numItems
packages/fairygui/src/widgets/GList.ts:410–412 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
408
// Item count
409
410
public get numItems(): number {
411
return
this.numChildren;
412
}
413
414
public set numItems(value: number) {
415
const
cnt = this.numChildren;
Callers
nothing calls this directly
Calls
3
addItemFromPool
Method · 0.95
removeChildrenToPool
Method · 0.95
getChildAt
Method · 0.80
Tested by
no test coverage detected