()
| 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)) |
nothing calls this directly
no outgoing calls
no test coverage detected