| 1265 | const NativeStruct_1 = require("../../struct/NativeStruct"); |
| 1266 | const il2cppApi_1 = require("../../il2cppApi"); |
| 1267 | class Il2cppString extends NativeStruct_1.NativeStruct { |
| 1268 | static parserString(str) { |
| 1269 | // 获取MonoString的长度 |
| 1270 | if (str.isNull()) { |
nothing calls this directly
no outgoing calls
no test coverage detected