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

Method from

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

Creates a new string with the specified content.

(content)

Source from the content-addressed store, hash-verified

32
33 /** Creates a new string with the specified content. */
34 static from(content) {
35 return new Il2Cpp.String(Il2Cpp.Api._stringNew(Memory.allocUtf8String(content || "")));
36 }
37}
38
39Il2Cpp.String = Il2CppString;

Callers

nothing calls this directly

Calls 1

_stringNewMethod · 0.80

Tested by

no test coverage detected