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

Method content

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

Gets the content of this string.

()

Source from the content-addressed store, hash-verified

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);
10 }
11
12 /** Sets the content of this string. */
13 set content(value) {

Callers

nothing calls this directly

Calls 2

_stringCharsMethod · 0.80
_stringSetLengthMethod · 0.80

Tested by

no test coverage detected