MCPcopy 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

addItemFromPoolMethod · 0.95
removeChildrenToPoolMethod · 0.95
getChildAtMethod · 0.80

Tested by

no test coverage detected