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

Method arrayHeaderSize

lib/component/agent/runtime.js:23–25  ·  view source on GitHub ↗

Gets the size of the Il2CppArray struct.

()

Source from the content-addressed store, hash-verified

21
22 /** Gets the size of the Il2CppArray struct. */
23 static get arrayHeaderSize() {
24 return this.information[2];
25 }
26
27 /** @internal */
28 static get information() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected