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

Method close

src/type-extensions/userdata.ts:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public close(): void {
65 this.thread.lua.module.removeFunction(this.gcPointer)
66 }
67}
68
69export default function createTypeExtension(thread: Global): TypeExtension<Error> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected