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

Method close

src/type-extensions/error.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public close(): void {
75 this.thread.lua.module.removeFunction(this.gcPointer)
76 }
77}
78
79export default function createTypeExtension(thread: Global, injectObject: boolean): TypeExtension<Error> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected