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

Method close

src/type-extensions/proxy.ts:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 public close(): void {
172 this.thread.lua.module.removeFunction(this.gcPointer)
173 }
174}
175
176export default function createTypeExtension(thread: Global): TypeExtension<any, ProxyDecorationOptions> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected