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

Class

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

Source from the content-addressed store, hash-verified

14
15/** Represents a `Il2CppArraySize`. */
16class Il2CppArray extends native_struct.NativeStruct {
17 /** @internal */
18 static from(klass, lengthOrElements) {
19 const length = typeof lengthOrElements == "number" ? lengthOrElements : lengthOrElements.length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected