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

Method close

src/type-extensions/table.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public close(): void {
15 // Nothing to do
16 }
17
18 public isType(_thread: Thread, _index: number, type: LuaType): boolean {
19 return type === LuaType.Table

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected