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

Class

lib/component/agent/structs/string.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5/** Represents a `Il2CppString`. */
6class Il2CppString extends native_struct.NativeStruct {
7 /** Gets the content of this string. */
8 get content() {
9 return Il2Cpp.Api._stringChars(this).readUtf16String(this.length);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected