MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / elementSize

Method elementSize

lib/component/agent/structs/array.js:33–35  ·  view source on GitHub ↗

Gets the size of the object encompassed by the current array.

()

Source from the content-addressed store, hash-verified

31
32 /** Gets the size of the object encompassed by the current array. */
33 get elementSize() {
34 return this.elementType.class.arrayElementSize;
35 }
36
37 /** Gets the type of the object encompassed by the current array. */
38 get elementType() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected