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

Method isClosed

src/thread.ts:350–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers 5

closeMethod · 0.95
constructorMethod · 0.80
closeMethod · 0.80
jsFuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected