MCPcopy Create free account
hub / github.com/galacean/engine / length

Method length

packages/core/src/utils/SafeLoopArray.ts:9–11  ·  view source on GitHub ↗

* Get the length of the array.

()

Source from the content-addressed store, hash-verified

7 * Get the length of the array.
8 */
9 get length(): number {
10 return this._array.length;
11 }
12
13 /**
14 * Push item to the array.

Callers 1

lookAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected