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

Method elementType

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

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

()

Source from the content-addressed store, hash-verified

36
37 /** Gets the type of the object encompassed by the current array. */
38 get elementType() {
39 return this.object.class.type.class.baseType;
40 }
41
42 /** Gets the total number of elements in all the dimensions of the current array. */
43 get length() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected