()
| 348 | } |
| 349 | |
| 350 | public isClosed(): boolean { |
| 351 | return !this.address || this.closed || Boolean(this.parent?.isClosed()) |
| 352 | } |
| 353 | |
| 354 | public indexToString(index: number): string { |
| 355 | const str = this.lua.luaL_tolstring(this.address, index, null) |
no outgoing calls
no test coverage detected