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

Method getTimeout

src/thread.ts:342–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 }
341
342 public getTimeout(): number | undefined {
343 return this.timeout
344 }
345
346 public getPointer(index: number): Pointer {
347 return new Pointer(this.lua.lua_topointer(this.address, index))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected