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

Method isType

src/type-extensions/table.ts:18–20  ·  view source on GitHub ↗
(_thread: Thread, _index: number, type: LuaType)

Source from the content-addressed store, hash-verified

16 }
17
18 public isType(_thread: Thread, _index: number, type: LuaType): boolean {
19 return type === LuaType.Table
20 }
21
22 public getValue(thread: Thread, index: number, userdata?: any): TableType {
23 // This is a map of Lua pointers to JS objects.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected