MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / constructor

Method constructor

Il2cppHook/_Ufunc.js:1052–1055  ·  view source on GitHub ↗
(base, size)

Source from the content-addressed store, hash-verified

1050 base;
1051 size;
1052 constructor(base, size) {
1053 this.base = checkPointer(base);
1054 this.size = size;
1055 }
1056 }
1057 class MemoryDetails {
1058 operation;

Callers

nothing calls this directly

Calls 1

checkPointerFunction · 0.70

Tested by

no test coverage detected