MCPcopy Create free account
hub / github.com/ceifa/wasmoon / getPointer

Method getPointer

src/thread.ts:346–348  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

344 }
345
346 public getPointer(index: number): Pointer {
347 return new Pointer(this.lua.lua_topointer(this.address, index))
348 }
349
350 public isClosed(): boolean {
351 return !this.address || this.closed || Boolean(this.parent?.isClosed())

Callers 1

dumpStackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected